From 7397169a2757dc3657598bdea4ac222c0f283425 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Mon, 20 Nov 2023 13:03:32 +0100 Subject: [PATCH] Update Cake to 4.0.0 --- dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 5f53d08..2ff28b7 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.0.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ]