Skip to content

Commit

Permalink
Updating GitVersion Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rena0157 committed Dec 7, 2021
1 parent 76d51d3 commit 39a1210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Build : NukeBuild

[Solution] readonly Solution Solution;
[GitRepository] readonly GitRepository GitRepository;
[GitVersion(Framework = "netcoreapp3.1", UpdateBuildNumber = true)] readonly GitVersion GitVersion;
[GitVersion(Framework = "net5.0", UpdateBuildNumber = true)] readonly GitVersion GitVersion;

AbsolutePath SourceDirectory => RootDirectory / "src";
AbsolutePath TestsDirectory => RootDirectory / "tests";
Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="5.3.0" />
<PackageDownload Include="GitVersion.Tool" Version="[5.5.1]" />
<PackageDownload Include="GitVersion.Tool" Version="[5.8.1]" />
</ItemGroup>

</Project>

0 comments on commit 39a1210

Please sign in to comment.