From 92bea2ddc58c41d035a956e5ca821450b3b2ef45 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 3 Sep 2024 22:12:28 +0200 Subject: [PATCH] Update Cake to 4.0.0 --- dotnet-tools.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 2ff67de..da200cd 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,16 +3,10 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.2.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ] - }, - "dotnet-example": { - "version": "1.6.0", - "commands": [ - "dotnet-example" - ] } } } \ No newline at end of file