Visual Studio Code – `dotnet sdk check` only lists .net core and ignores .NET Framework
I'm working on an older project that was built with .NET Framework not .NET Core. I have not previously worked too much C#. My understanding is that you can use vscode for it but getting it running has been difficult.…