spectre.console/dotnet-tools.json

24 lines
362 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.0.0-rc0001",
"commands": [
"dotnet-cake"
]
},
"gpr": {
"version": "0.1.224",
"commands": [
"gpr"
]
},
"dotnet-example": {
"version": "1.5.0",
"commands": [
"dotnet-example"
]
}
}
}