Ocelot/.config/dotnet-tools.json
TomPallister 6e1dc3fd58 wip
2020-11-25 17:16:50 +00:00

18 lines
270 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
},
"gitversion.tool": {
"version": "5.5.1",
"commands": [
"dotnet-gitversion"
]
}
}
}