dotnet-installer/TestAssets/TestProjects/AppWithDependencyOnToolWithOutputName/project.json
2016-06-04 00:00:28 -05:00

21 lines
354 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc3-004397",
"type": "platform"
}
},
"frameworks": {
"netcoreapp1.0": {}
},
"tools": {
"ToolWithOutputName": {
"version": "1.0.0",
"target": "package"
}
}
}