Cosmos/source/Cosmos.Debug.DebugStub/project.json
2017-01-15 22:23:56 -06:00

15 lines
244 B
JSON

{
"buildOptions": {
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"embed": {
"include": "**/*.asm"
}
},
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {}
}
}