Skip to content

Commit

Permalink
Fix: Security Vulnerability in NuGet.Packaging Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Oct 12, 2022
1 parent 1c10004 commit 90f14be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGet.Packaging" Version="6.3.0" />
<PackageReference Include="NuGet.Packaging.Core" Version="6.3.0" />
<PackageReference Include="NuGet.Protocol" Version="6.3.0" />
<PackageReference Include="NuGet.Packaging" Version="6.3.1" />
<PackageReference Include="NuGet.Packaging.Core" Version="6.3.1" />
<PackageReference Include="NuGet.Protocol" Version="6.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 90f14be

Please sign in to comment.