Horje
cmd list dotnet frameworks installed Code Example
cmd list dotnet frameworks installed
# CMD:
# List SDKs:
dotnet --list-sdks

# List Runtimes:
dotnet --list-runtimes

# List .NET frameworks: 
reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s
# List .NET frameworks > version 4: 
reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4" /s
list installed dotnet versions
# CMD:
# List SDKs:
dotnet --list-sdks

# List Runtimes:
dotnet --list-runtimes




Shell

Related
awk print rows that aren't blank in specific field Code Example awk print rows that aren't blank in specific field Code Example
ubuntu ufw add to autostart Code Example ubuntu ufw add to autostart Code Example
microPY lib Code Example microPY lib Code Example
Do you want to accept these changes and continue updating from this repository? Code Example Do you want to accept these changes and continue updating from this repository? Code Example
print parte da tela ubuntu Code Example print parte da tela ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13