diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b0e38abd..727dfd76 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,5 +1,12 @@ { "version": 1, "isRoot": true, - "tools": {} + "tools": { + "cake.tool": { + "version": "0.38.5", + "commands": [ + "dotnet-cake" + ] + } + } } \ No newline at end of file