Cosmos/Tools/Cosmos.NetCore.TestApp/project.json
José Pedro c2d422edf4 Compiler fixes.
Created project.json files for projects that need it.
2017-01-11 00:12:14 +00:00

26 lines
411 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"runtimes": {
"win7-x64": {}
},
"dependencies": {
"Microsoft.NETCore.App": "1.1.0",
"Microsoft.Extensions.DependencyModel": "1.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50",
"dependencies": {
"IL2CPU": {
"target": "project"
}
}
}
}
}