spectre.console/dotnet-tools.json
2020-11-11 15:28:32 +01:00

24 lines
362 B
JSON

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