dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/SingleTargetGraph/SingleTargetP0/project.json

19 lines
307 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"SingleTargetP1": {
"target": "project"
},
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-06 16:15:07 +00:00
"version": "1.0.0-rc3-004406"
}
},
"frameworks": {
"netcoreapp1.0": {}
}
}