diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index da200cdae..43e6f74ce 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "4.0.0", + "version": "5.0.0", "commands": [ "dotnet-cake" ] diff --git a/build.cake b/build.cake index 9f39ad7a0..adcc21236 100644 --- a/build.cake +++ b/build.cake @@ -1,5 +1,5 @@ // Load the recipe -#load nuget:?package=NUnit.Cake.Recipe&version=1.3.0-alpha.1 +#load nuget:?package=NUnit.Cake.Recipe&version=1.3.0-alpha.2 // Comment out above line and uncomment below for local tests of recipe changes //#load ../NUnit.Cake.Recipe/recipe/*.cake