Skip to content

Commit

Permalink
Remove dependency on System.Net.Primitives
Browse files Browse the repository at this point in the history
This is a relic from the pre v1.0.0 days, where the IP Address type was (incorrectly) used to force a strong type onto Gateway.

Signed-off-by: timyhac <timyhac@gmail.com>
  • Loading branch information
timyhac authored Jul 12, 2024
1 parent 2e2e5da commit 5eb3df9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libplctag.NativeImport/libplctag.NativeImport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,4 @@
<None Include="..\..\docs\libplctag.NativeImport.md" Pack="true" PackagePath="\README.md"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Net.Primitives" Version="4.3.1" />
</ItemGroup>

</Project>

0 comments on commit 5eb3df9

Please sign in to comment.