MichaCo / DnsClient.NET

DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
https://dnsclient.michaco.net
Apache License 2.0
762 stars 136 forks source link

Remove Microsoft.Win32.Registry reference from net471 and net6.0 #174

Closed tibel closed 6 months ago

tibel commented 1 year ago

The reference to Microsoft.Win32.Registry is not needed for target frameworks net471 and net6.0

Romfos commented 1 year ago

also implemented as part of https://github.com/MichaCo/DnsClient.NET/pull/189