dotnet-installer/TestAssets/TestProjects/RunTestsApps/TestAppMultiTargetNoCoreClr/project.json

12 lines
167 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
2016-02-23 19:09:43 +00:00
"net451": { },
"net45": { }
}
}