From d450714c4b9caf0268cccb9029a95adf99ea9946 Mon Sep 17 00:00:00 2001 From: Mikkel Nylander Bundgaard Date: Wed, 1 Jan 2025 08:03:46 -0800 Subject: [PATCH] chore: Bump cake.tool to version 4 --- .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 678c0add..3f287339 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.2.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ]