dotnet-installer/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json
2016-02-22 15:11:24 -08:00

15 lines
281 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"dnxcore50": {
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811"
},
},
"net451": { }
}
}