dotnet-installer/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json
2016-06-06 11:15:07 -05:00

17 lines
296 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc3-004406",
"type": "platform"
}
}
},
"net451": {}
}
}