Currently I'm using AspNetCore 5.0.11 and Visual Studio 16.11.5.
Yesterday they have released .NET 6.0.0. and NuGet is showing me now to update AspNetCore and EntityFrameworkCore to version 6.0.0.
My target framework ist net5.0
:
And I also haven't installed any .NET 6.0.0 runtime:
I don't want to use 6.0.0 at the moment - it is just release one day ago... I know that I can select the newest 5.0.12 from the version list manually, but I'm maybe missing other important package updates, because 6.0.0 is filling up the list.
How can I hide the 6.0.0 NuGet updates? Instead it should show me only the 5.0.12 NuGet-updates for my currently used target-framework.