Skip to content

Commit

Permalink
NuGet.Packaging.Core has been deprecated in favor of NuGet.Packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Sep 4, 2024
1 parent 6cd7f6b commit 5028d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="Mono.Cecil" Version="0.11.5" />
<PackageVersion Include="Moq" Version="4.20.71" />
<PackageVersion Include="NLog" Version="5.3.3" />
<PackageVersion Include="NuGet.Packaging.Core" Version="6.9.1" />
<PackageVersion Include="NuGet.Packaging" Version="6.11.0" />
<PackageVersion Include="NuGet.Protocol" Version="6.11.0" />
<PackageVersion Include="SharpCompress" Version="0.38.0" />
<PackageVersion Include="System.CodeDom" Version="8.0.0" />
Expand All @@ -35,4 +35,4 @@
<!-- Transitive dependencies -->
<PackageVersion Include="System.Formats.Asn1" Version="[8.0.1,)" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Snap/Snap.Deps.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="YamlDotNet" />
<PackageReference Include="SharpCompress" />
<PackageReference Include="MessagePack" />
<PackageReference Include="NuGet.Packaging.Core" />
<PackageReference Include="NuGet.Packaging" />
<PackageReference Include="NuGet.Protocol" />
</ItemGroup>
</Project>

0 comments on commit 5028d79

Please sign in to comment.