mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk",
|
|
"debugType": "portable"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Microsoft.Build.Utilities.Core": "14.3.0",
|
|
"Cosmos.Build.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Debug.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Debug.Symbols": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.Build": "14.3.0",
|
|
"Microsoft.Build.Tasks.Core": "14.3.0",
|
|
"Microsoft.Build.Framework": "14.3.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {}
|
|
}
|
|
}
|