Skip to content

Commit

Permalink
Address accidental deletion of 8.x CodePages nuget and remove 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejuliandev committed Jun 2, 2024
1 parent cdd4907 commit a04aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpPcap/SharpPcap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SPDX-License-Identifier: MIT
<ItemGroup>
<PackageReference Include="PacketDotNet" Version="1.4.7" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a04aecf

Please sign in to comment.