Skip to content

Commit

Permalink
Upgrade to NUKE 9 (#5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Dec 3, 2024
1 parent 476373a commit 8369a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
using Nuke.Common.Tools.DotNet;
using Nuke.Common.Tools.MSBuild;
using Nuke.Common.Tools.Npm;
using Nuke.Common.Utilities;
using Nuke.Common.Utilities.Collections;

using static Nuke.Common.Tools.Chocolatey.ChocolateyTasks;
Expand Down
7 changes: 3 additions & 4 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.1.4" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
<PackageReference Include="Nuke.Common" Version="9.0.2" />
</ItemGroup>

<ItemGroup>
<PackageDownload Include="Microsoft.TestPlatform" Version="[17.11.1]" />
<PackageDownload Include="NuGet.CommandLine" Version="[6.11.1]" />
<PackageDownload Include="Microsoft.TestPlatform" Version="[17.12.0]" />
<PackageDownload Include="NuGet.CommandLine" Version="[6.12.1]" />
</ItemGroup>

</Project>

0 comments on commit 8369a99

Please sign in to comment.