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

15 lines
250 B
JSON

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