How to stop getting updates for STS when I want to stay on LTS #13959
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment
-
Using: <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.2,9.0.0)" /> instead of: <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" /> Does not report an available update to 9.0.0. But, if I use: <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0,9.0.0)" /> It will offer an update to 8.0.2, but will change the declaration to: <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" /> and then offer an update to 9.0.0 |
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
-
Now that .NET 9.0 has been released, how do I stop getting updates to 9.0 libraries when I need to stay on 8.0?
I know 9.0 libraries have 8.0 targets, but with different support lifecycles.
Beta Was this translation helpful? Give feedback.
All reactions