Search notes:

C:\Program Files\dotnet\sdk

C:\Program Files\dotnet\sdk contains the installed .NET Core versions (SDKs) on a system. These can also be queried with
C:\> dotnet.exe --info
or with more succinct output:
C:\> dotnet.exe --list-sdks

See also

The subdirectory NuGetFallbackFolder

Index