From aa4727dd3b275717e9a8eacbf221241352cdeccd Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Fri, 22 May 2026 18:51:07 +0000 Subject: [PATCH] Update dependency cake.tool to v6.2.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 1480a98..b4eafd4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "6.1.0", + "version": "6.2.0", "commands": [ "dotnet-cake" ]