From 8ca6cc394e8f0eeabf2da97f4b9d2401662754c1 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 13 Nov 2024 00:47:21 +0100 Subject: [PATCH] (build) Updated Cake Tool to version 5.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 1f95b27bf6..43e6f74ce7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "4.2.0", + "version": "5.0.0", "commands": [ "dotnet-cake" ]