Skip to content

Commit 1d7e537

Browse files
authored
Remove dependency on System.Net.Primitives (#403)
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>
1 parent 2e2e5da commit 1d7e537

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libplctag.NativeImport/libplctag.NativeImport.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@
3333
<None Include="..\..\docs\libplctag.NativeImport.md" Pack="true" PackagePath="\README.md"/>
3434
</ItemGroup>
3535

36-
<ItemGroup>
37-
<PackageReference Include="System.Net.Primitives" Version="4.3.1" />
38-
</ItemGroup>
39-
4036
</Project>

0 commit comments

Comments
 (0)