Cosmos/Tools/Cosmos.NetCore.TestApp/project.json
2017-01-28 00:27:45 -06:00

26 lines
519 B
JSON

{
"buildOptions": {
"emitEntryPoint": true,
"publicSign": true,
"allowUnsafe": true,
"keyFile": "../../Cosmos.snk",
"define": [ "COSMOSDEBUG" ]
},
"dependencies": {
"Microsoft.DiaSymReader": "1.0.8",
"Microsoft.DiaSymReader.PortablePdb": "1.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"IL2CPU": {
"target": "project"
}
}
}
}
}