Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cmd list dotnet frameworks installed

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

# List Runtimes:
dotnet --list-runtimes

# List .NET frameworks: 
reg query "HKLMSOFTWAREMicrosoftNet Framework SetupNDP" /s
# List .NET frameworks > version 4: 
reg query "HKLMSOFTWAREMicrosoftNet Framework SetupNDPv4" /s
Comment

list installed dotnet versions

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

# List Runtimes:
dotnet --list-runtimes
Comment

dotnet list all packages

 dotnet list package
Comment

list of package versions dotnet

dotnet list <FileName>.sln package

Response:
Top-level Package                   Requested   Resolved
   > <package name>           6.*         6.0.1  
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu remove except file 
Shell :: bash script count directories in directory 
Shell :: perfect git commit 
Shell :: uninstall mongodb on macos completely 
Shell :: git clone submodule 
Shell :: change history editor 
Shell :: SSH for gitlab in ubuntu steps 
Shell :: gcloud set project 
Shell :: get docker resource usage 
Shell :: delete folder from github repository 
Shell :: install autoconf macos 
Shell :: raspberry pi stop an rc.local process 
Shell :: size apache 
Shell :: ubuntu "Read-only filesystem" 
Shell :: how to download youtube vides on linux 
Shell :: how to isnatll snap on ubuntu linux 
Shell :: install miniconda on mac 
Shell :: doc to pdf linux 
Shell :: flutter doctor android license error 
Shell :: how to clone a specific git tag 
Shell :: TypeError: lookups.flatMap is not a function 
Shell :: ubuntu check user groups 
Shell :: how to make wsl backup 
Shell :: cgi directories 
Shell :: adb find device ip 
Shell :: docker run restart always 
Shell :: ettercap sniffing 
Shell :: mac refresh terminal 
Shell :: bash sleep milliseconds 
Shell :: remove all games ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =