dotnet-installer/TestAssets/TestPackages/ToolWithOutputName/project.json
2016-06-10 01:09:46 -05:00

17 lines
329 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-004443-00"
}
}
}
}
}