diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d249b4c0..43e6f74c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,12 +1,12 @@ { - "version": 1, - "isRoot": true, - "tools": { - "cake.tool": { - "version": "1.3.0", - "commands": [ - "dotnet-cake" - ] - } + "version": 1, + "isRoot": true, + "tools": { + "cake.tool": { + "version": "5.0.0", + "commands": [ + "dotnet-cake" + ] } + } } \ No newline at end of file