Skip to content

Commit 2f8f78a

Browse files
committed
Bump GitVersion tool to 5.12.0 so it uses net6.0 instead of net5.0
1 parent f36c560 commit 2f8f78a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ BuildParameters.PrintParameters(Context);
2020

2121
ToolSettings.SetToolSettings(context: Context);
2222
ToolSettings.SetToolPreprocessorDirectives(
23-
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0");
23+
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0",
24+
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.12.0");
2425

2526
Build.RunDotNetCore();

0 commit comments

Comments
 (0)