dotnet-installer/TestAssets/TestPackages/ToolWithOutputName/project.json

17 lines
326 B
JSON
Raw Normal View History

{
"version": "1.0.0",
"compilationOptions": {
"outputName": "dotnet-tool-with-output-name",
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
}
}
}
}
}