spectre.console/dotnet-tools.json
2023-11-19 12:18:22 +01:00

18 lines
265 B
JSON

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