Preamble
My org is low-risk so we're planning to stick to LTS releases (.NET Core 3.1
at the time of this post.) The Nuget Package Manager Updates list, however, currently offers non-LTS updates (namely to .NET 5.0
.)
Question
Is there a way to configure Visual Studio in a way to show LTS updates only? Alternatively, is there any other way I can achieve the same desired result?
(This question is actually almost a copy of Lion's original, but I'm hoping that improvements on api.nuget.org
or in the way Visual Studio handles API results may result in a viable answer.)