Cosmos/source/Cosmos.Debug.Kernel/project.json
2017-01-31 11:22:59 -06:00

15 lines
272 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {}
}
}