DataDog / dogstatsd-csharp-client

A DogStatsD client for C#/.NET
datadoghq.com
Other
94 stars 62 forks source link

Remove System.Net.NameResolution for netstandard2.0 #155

Closed fjmorel closed 3 years ago

fjmorel commented 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.

https://www.nuget.org/packages/System.Net.NameResolution https://docs.microsoft.com/en-us/dotnet/api/system.net.dns

ogaca-dd commented 3 years ago

@fjmorel : Thanks for the PR!