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

22 lines
399 B
JSON

{
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
},
"frameworks": {
"netstandard1.6": {}
}
}