I am getting an issue with installing the .NET SDK using Visual Studio Installer.
In the list I chose the .NET 5, .NET Core 3.1 and .NET Core 2.1 SDKs and installed them, but when I use dotnet --info
, I only see .NET 7 installed with Visual Studio 2022.
Here you can see my Visual Studio vs JetBrains Rider (rider can't see SDK like CMD)
I tried to reinstall the SDKs in Visual Studio Installer but it does not have any effect.
I checked the dotnet folder in C:/ProgramFiles/dotnet and there is only .NET 7 SDK in it.
I checked my environment variables and PATH for x64 located above x86.