What 8.x packages are supported for .NET 6? #96977
Unanswered
pergardebrink
asked this question in
Q&A
Replies: 1 comment
-
The list of supported versions is indicated by supported TFMs. For example, It would be strange if a particular target was supported by a package only for it to not work there :) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Since many packages, and specifically the Microsoft.Extensions ones, are following the .NET version when a new version is released, are they all supposed to be supported fully on previous versions as well (and in some cases even netstandard2.0/.NET Framework 4.6.2)?
Is there a matrix showing any incompatibilities, if any, or can I start using the 7.x and 8.x versions from .NET 6 before I upgrade to .NET 8 as long as their targets are for my version?
Related question:
Is there a list of those packages that are following the .NET version?
There are some packages which seems to do that, for example to name a few, based on what I saw based on some dependencies we have:
Beta Was this translation helpful? Give feedback.
All reactions