jdomnitz / net-mdns

Simple Multicast DNS (MDNS) Client/Server
MIT License
22 stars 6 forks source link

Add net462 and netstandard2.0 targets #28

Closed cyanfish closed 3 months ago

cyanfish commented 10 months ago

This allows this project to be easily used from Standard/Framework projects.

4.6.2 is the baseline currently-supported Framework version: https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework

jdomnitz commented 3 months ago

Added .Net Framework 4.8.1 and .Net Standard 2.0. @cyanfish let me know if you still need 462 and I can regression test that next.

cyanfish commented 3 months ago

Thanks, I would need 4.6.2 but I did end up forking this so up to you.

jdomnitz commented 3 months ago

There are a few bugs in the original library that are now resolved so I would recommend this version. Added the 4.6.2 target so we can hopefully cut down on the number of forks.

Just a warning - DNSSEC doesn't work when using the 4.6.2 framework. That may or may not effect you.