Cosmos/source/Cosmos.Build.MSBuild/project.json
2017-01-22 09:07:37 -06:00

27 lines
571 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"Microsoft.Build.Framework": "14.3.0",
"Microsoft.Build.Utilities.Core": "14.3.0"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Build.Common": {
"target": "project"
},
"Cosmos.Debug.Common": {
"target": "project"
},
"Cosmos.Debug.Symbols": {
"target": "project"
}
}
}
}
}