This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/TestAssets/TestProjects/RunTestsApps/TestAppMultiTargetNoCoreClr/project.json
Pavel Krymets 89cf169a08 Fix run tests
2016-02-24 08:12:32 -08:00

11 lines
167 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": { },
"net45": { }
}
}