dotnet-installer/TestAssets/TestPackages/ToolWithOutputName/project.json
2016-06-02 14:45:00 -05:00

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-004373"
}
}
}
}
}