Skip to content

Commit

Permalink
Remove duplicate nuget packages in SharpPcap csproj (#515)
Browse files Browse the repository at this point in the history
* Remove duplicate nuget packages in SharpPcap csproj

* Address accidental deletion of 8.x CodePages nuget and remove 6.x
  • Loading branch information
kylejuliandev authored Jun 3, 2024
1 parent 7ce5d17 commit 322e437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SharpPcap/SharpPcap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ 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="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down

0 comments on commit 322e437

Please sign in to comment.