From ee3d080319116a7cf42d6faf1be5dc27870c0f0c Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 20:37:04 +0100 Subject: [PATCH] (GH-156) Update Cake.Tool to 4.0.0 * fixes #156 --- .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 7bd5f9f..da200cd 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "2.2.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ]