jdomnitz / net-dns

DNS data model and Name Server with serializer for the wire and master file format
MIT License
4 stars 4 forks source link

Add net462 and netstandard2.0 targets #21

Closed cyanfish closed 4 months ago

cyanfish commented 1 year 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 5 months ago

Several hacks were required to support net standard 2.0. Those would need to be reintroduced with conditional compilation and ample testing.

jdomnitz commented 4 months ago

Implemented .Net Framework 4.81 and .Net Standard 2.0 as targets