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
789 stars 137 forks source link

.NET 6.0 #141

Closed tibel closed 2 years ago

tibel commented 2 years ago
MichaCo commented 2 years ago

Hi @tibel I do not really use any feature of .NET 6 yet and the target isn't needed. DnsClient will work just fine under .NET 6. Also, there is no need to remove the .NET45 target, at least the reason you mentioned is wrong. You probably just don't have the target SDK installed locally.

I'll add additional targets as needed later on. Thanks anyways

tibel commented 2 years ago

Maybe it is just my computer (clean install with VS2022 only) and https://docs.microsoft.com/en-us/dotnet/framework/install/guide-for-developers is wrong 😕

MichaCo commented 2 years ago

Might be still working for me even in VS 2022 because I have both, 2019 and 2022 installed ^^

I will remove any framework reference which is not LTS anymore soon, that will clean that up, too ,)