Skip to content

Commit

Permalink
Fix usage with .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dorssel committed Jan 19, 2025
1 parent 7c35047 commit d28389d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SPDX-License-Identifier: MIT
<GenerateGitVersionInformation Condition=" '$(GenerateGitVersionInformation)' == '' And '$(GenerateGitVersionFiles)' == 'true' ">true</GenerateGitVersionInformation>

<GitVersionTargetFramework Condition="'$(GitVersionTargetFramework)' == ''">netstandard2.0</GitVersionTargetFramework>
<GitVersionFileExe Condition="'$(GitVersionFileExe)' == ''">dotnet tool run --allow-roll-forward dotnet-gitversion</GitVersionFileExe>
<GitVersionFileExe Condition="'$(GitVersionFileExe)' == ''">dotnet tool run dotnet-gitversion</GitVersionFileExe>
<GitVersionAssemblyFile Condition="'$(GitVersionAssemblyFile)' == ''">$(MSBuildThisFileDirectory)..\tools\$(GitVersionTargetFramework)\Dorssel.GitVersion.MsBuild.dll</GitVersionAssemblyFile>
</PropertyGroup>

Expand Down

0 comments on commit d28389d

Please sign in to comment.