I developed some of my apps in Visual Studio 2019 and with the framework .NET Core 2.1, without major problems. (C#, ASP.NET Core MVC).
However, since a few days ago, I can't open my projects: the framework is missing.
Doing dotnet --list-sdks
, it returns an empty list.
In the directory Program Files (x86)\dotnet , there are some file of framework 3.1. It seems that dotnet
sees this directory.
In the directory Program Files\dotnet, there are some frameworks (1, 2.1, 3.1). dotnet
doesn't see this directory.
What can I do?
Could it be the last update (Windows Update) of the .NET Framework?