ardalis / SmartEnum

A base class for quickly and easily creating strongly typed enum replacements in C#.
MIT License
2.19k stars 170 forks source link

Remove Net452 and just build as NetStandard? #77

Open ardalis opened 4 years ago

ardalis commented 4 years ago

Is there any benefit to keeping Net452 in there?

norvegec commented 3 years ago

My vote is to just drop it. .Net Standard was introduced for compatibility, is there any reason not to embrace it?