Update GitVersion.Tool

This commit is contained in:
Alex Barney 2021-11-14 12:25:24 -07:00
parent fb00bb7c78
commit d816d412b6
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ partial class Build : NukeBuild
gitRepository = (GitRepository)new GitRepositoryAttribute().GetValue(null, null);
gitVersion = GitVersionTasks.GitVersion(s => s
.SetFramework("net5.0")
.SetFramework("net6.0")
.DisableProcessLogOutput())
.Result;
}

View File

@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageDownload Include="GitVersion.Tool" Version="[5.6.3]" />
<PackageDownload Include="GitVersion.Tool" Version="[5.8.0]" />
<PackageReference Include="CsvHelper" Version="26.0.1" />
<PackageReference Include="NuGet.CommandLine" Version="5.8.1" />
<PackageReference Include="Nuke.Common" Version="5.0.2" />