From e90a9654b2650a09ac3d4e7cab1d6cd4a2716452 Mon Sep 17 00:00:00 2001 From: "C. Augusto Proiete" Date: Sat, 15 Oct 2022 00:01:58 -0400 Subject: [PATCH] #44 Update Cake.MinVer build process to use Cake v2.3.0 (#45) Update Cake.MinVer build process to use Cake v2.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 7ade7dd..f7bde65 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" ]