dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/SingleTargetApp/project.json
2016-05-12 10:33:32 -07:00

15 lines
253 B
JSON

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