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

Eliminate dependency on Microsoft.Win32.Registry for newer TFM #208

Closed thompson-tomo closed 5 months ago

thompson-tomo commented 5 months ago

Summary

In the newer TFM, Microsoft.Win32.Registry is included as part of the framework hence there is no need for an explicit dependency

Proposal

When the TFM provides the library there is no need to add the dependency hence Microsoft.Win32.Registry would not be required for atleast net 8 but likely net 5+

MichaCo commented 5 months ago

That's already the case on the dev branch