1
0
mirror of https://github.com/nsnail/spectre.console.git synced 2025-04-23 19:52:50 +08:00
spectre.console/dotnet-tools.json
2020-10-28 18:57:08 +01:00

24 lines
357 B
JSON

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