From 14f09f90c1bb35ed9d12d28c3880929efddbb564 Mon Sep 17 00:00:00 2001 From: Roberto Mancinelli Date: Mon, 25 Nov 2024 15:22:36 +0100 Subject: [PATCH] update cake.tool --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a28a2371..278f2d71 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "1.3.0", + "version": "5.0.0", "commands": [ "dotnet-cake" ]