Cosmos/source/Cosmos.Debug.DebugStub/project.json
2017-02-02 14:15:01 -06:00

17 lines
311 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"embed": {
"include": ["**/*.asm", "**/*.xs" ]
},
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {}
}
}