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

17 lines
326 B
JSON

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