Skip to content

Commit

Permalink
remove GitVersion.CommandLine, it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirogen committed Mar 2, 2025
1 parent 8757b75 commit 72c1ab4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="chocolatey" Version="2.4.1" />
<PackageReference Include="GitVersion.CommandLine" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="chocolatey" Version="2.4.3" />
<PackageReference Include="GitVersion.Core" Version="6.1.0" />
<PackageReference Include="NuGet.CommandLine" Version="6.12.2">
<PackageReference Include="NuGet.CommandLine" Version="6.13.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Nuke.Common" Version="9.0.3" />
<PackageReference Include="Nuke.Common" Version="9.0.4" />
<PackageReference Include="Nuke.GitHub" Version="7.0.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.19.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.19.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 72c1ab4

Please sign in to comment.