From 2e3eb455bea58fefc9b24a7154bb60954f3eb4f1 Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Sun, 1 Mar 2026 13:46:21 +0000 Subject: [PATCH] Update dependency cake.tool to v6.1.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 3eac7a1..b1f047e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "6.0.0", + "version": "6.1.0", "commands": [ "dotnet-cake" ]