Why net6.0 and not netstandard2.0? #52
Closed
m1stegmann
started this conversation in
General
Replies: 1 comment
-
We plan to follow the LTS support policy as outlined in .NET and .NET Core Support Policy. For our users who are still using .NET Framework or .NET Core we recommend our NATS.NET v1 client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why not netstandard2.0. This seems very unusual to me. Besides, one would then also support net7.0, which would be very desirable.
Even Span<> and ReadOnlySpan<> could be used via the Nuget package System.Memory in netstandard2.0. The libary would be usable even under Net4.x
Beta Was this translation helpful? Give feedback.
All reactions