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. When I run dotnot --list-sdks
or --list-runtimes
it only shows .NET Core. This link seems to indicate that shouldn't be the case. dotnet sdk check
also only lists core SDKs.
How do I get the dotnet
command to correctly show installed .NET Framework SDKs in C:\Windows\Microsoft.NET\Framework\v4.0.30319
?
Getting this running appears to be a prerequisite for getting the build sequence in vscode to correctly run as right now even with global.json
set correctly vscode only sees .net core and complains on build.