Upgrading VS 16.7 to 16.8 made .NET 5 unavailable...
( worked in previous 16.8.0 preview 3)
.net 5 is installed...
but when creating a new project in Visual Studio
is not appearing in the target frameworks list...
dotnet --info
states .net 5.0 it is installed:
- Microsoft.NETCore.App 5.0.0 [c:\Program Files\dotnet\shared\Microsoft.NETCore.App]
and
csc -langversion:?
reveals C# 9.0 is the default language
- Installing de SDK separatly did not solve the problem.