From 122f01338cff40575d9578e4fe38a1238f5b8bbf Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sat, 18 Nov 2023 22:56:04 +0100 Subject: [PATCH] (build) Updated Cake Tool to version 4.0.0 --- .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 c33ff7cb55..da200cdae8 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" ]