Skip to content

Commit

Permalink
Upgrade NuGet.Packaging to version 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Feb 16, 2024
1 parent 59bdf80 commit 590ba9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Nuke.MSBuildTasks/Nuke.MSBuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NuGet.Packaging" Version="6.7.0" />
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Nuke.Tooling/Nuke.Tooling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Packaging" Version="6.7.0" />
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
<PackageReference Include="Serilog" Version="3.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 590ba9b

Please sign in to comment.