Skip to content

Commit 322e437

Browse files
Remove duplicate nuget packages in SharpPcap csproj (#515)
* Remove duplicate nuget packages in SharpPcap csproj * Address accidental deletion of 8.x CodePages nuget and remove 6.x
1 parent 7ce5d17 commit 322e437

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: SharpPcap/SharpPcap.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ SPDX-License-Identifier: MIT
3131
<ItemGroup>
3232
<PackageReference Include="PacketDotNet" Version="1.4.7" />
3333
<PackageReference Include="System.Memory" Version="4.5.5" />
34-
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
36-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
3734
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
3836
</ItemGroup>
3937
<ItemGroup>
4038
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">

0 commit comments

Comments
 (0)