dotnet-installer/test/TestProjects/CompileFail/project.json

16 lines
288 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-01-12 16:36:31 -08:00
"NETStandard.Library": "1.0.0-rc2-23704",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23704"
},
"frameworks": {
"dnxcore50": { }
}
}