spectre.console/dotnet-tools.json
2022-11-10 12:01:13 +01:00

24 lines
355 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"commands": [
"dotnet-cake"
]
},
"gpr": {
"version": "0.1.281",
"commands": [
"gpr"
]
},
"dotnet-example": {
"version": "1.6.0",
"commands": [
"dotnet-example"
]
}
}
}