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

23 lines
357 B
JSON
Raw Normal View History

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