Cosmos/Tools/Cosmos.NetCore.TestApp/project.json
2017-01-15 22:23:56 -06:00

17 lines
253 B
JSON

{
"buildOptions": {
"emitEntryPoint": true
},
"runtimes": {
"win7-x64": {}
},
"dependencies": {
"Microsoft.NETCore.App": "1.1.0",
"IL2CPU": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {}
}
}