aarondandy / WeCantSpell.Hunspell

A port of Hunspell v1 for .NET and .NET Standard
https://www.nuget.org/packages/WeCantSpell.Hunspell/
Other
126 stars 19 forks source link

Retargets the library to new framework versions #62

Closed aarondandy closed 2 years ago

aarondandy commented 2 years ago

This drops support for netstandard1.3 and net45 while shifting support of net462 to netstandard2.0 . While these targets have been removed, if given some good reasons I could add some back in, I just don't want them holding things back. More details can be found in #60 . I don't see any performance differences from adding an explicit net6.0 target, but, maybe with some changes it can get better.