Ocelot/.config/dotnet-tools.json
TomPallister 730c940cd8 wip
2020-11-24 08:18:30 +00:00

12 lines
167 B
JSON

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