Replies: 1 comment
-
For |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am wondering what the support policy for System.* libraries is that are available via nuget.
There are libraries that have a version that corresponds to current .NET (6), e. g. https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/6.0.0 . But there are other libraries that do not have a corresponding version, e. g. https://www.nuget.org/packages/System.ComponentModel.Annotations/5.0.0 .
In the latter case: What version am I supposed to use with .NET 6 (ASP.NET Core 6 in my case)? The 5 version might imply that its support might end at the same time as for .NET 5?
Thanks!
Tobias
Beta Was this translation helpful? Give feedback.
All reactions