Список установленных версий dotnet

# CMD:
# List SDKs:
dotnet --list-sdks

# List Runtimes:
dotnet --list-runtimes
Ashamed Albatross