From aa73124936b1164a1837c4b13e123eff34f16fc8 Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Mon, 17 Oct 2022 12:08:55 -0700 Subject: [PATCH] Upgrade Cake.Tool to 2.3.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 31e896e98..dd76b6d11 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "2.0.0", + "version": "2.3.0", "commands": [ "dotnet-cake" ]