Problem encountered on https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/install Operating System: Windows Home x64 Version: 3.1.401 Visual Studio 2019
I am getting an issue with installing the .NET SDK, at first when I went into Visual Studio 2019 it said that I was missing the .NET runtime SDK so I installed it like it asked and restarted my computer. I then went on to Visual Studio 2019 again, and the same issue arose, I went into my command prompt and typed dotnet --list-sdks and it displayed no SDKs. I have all of the runtimes installed, but it says "No SDKs were found". I tried re-installing the SDKs but the same problem persists. I even went as far as to re-install IIS. Whenever I make a simple console app it opens it, but when I look in the solution explorer tab it says there are 0 projects and when I go to run it, it just says "attach" where "run" used to be, and the key shortcut doesn't work anymore either to run it.




There’s is .NET Framework and .NET Core those are two SDK‘s, you probably downloading the .NET Framework instead of the .NET Core you want.