Request for .NET Framework 4.8 Support
Closed this issue · 2 comments
wning13 commented
Thanks to open source, this project has been a great help to me, and I hope it can add support for .NET Framework 4.8.
georg-jung commented
This project makes use of System.Text.Rune
and I don't think that is available on any .NET Framework version. I also couldn't find a backport like the one available for System.Memory. Thus, I don't think there's a straight forward way to add support for net48
. I'd consider taking a PR if there's a reasonable way to add support. If you think I missed something feel free to point me in that direction.
georg-jung commented
Happy to report that a v1.0.12-beta
is now available on nuget.org that supports netstandard2.0
, thus also .NET Framework 4.8. Please let me know about your experience if you start using it.