dotnet-installer/TestAssets/TestProjects/AppWithDependencyOnToolWithOutputName/project.json

22 lines
354 B
JSON
Raw Normal View History

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