You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing to point out is that legacy .NET Framework 4.8 does not implement .NET Standard 2.1, and per this blog post, there are no plans for future .NET Framework releases.
So if Itinero needs to support legacy .NET Framework targets, then netstandard2.1 should not be the only target framework.
Support netstandard2.1 and all the goodies we can use in this library for that. See also #11
https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.1.md
The text was updated successfully, but these errors were encountered: