Closed fjmorel closed 3 years ago
The types available in System.Net.NameResolution seem to be built in as of netstandard2.0, so I switched the dependency to be only for netstandard1.3.
netstandard2.0
netstandard1.3
https://www.nuget.org/packages/System.Net.NameResolution https://docs.microsoft.com/en-us/dotnet/api/system.net.dns
@fjmorel : Thanks for the PR!
The types available in System.Net.NameResolution seem to be built in as of
netstandard2.0
, so I switched the dependency to be only fornetstandard1.3
.https://www.nuget.org/packages/System.Net.NameResolution https://docs.microsoft.com/en-us/dotnet/api/system.net.dns