Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 679 Bytes

File metadata and controls

21 lines (13 loc) · 679 Bytes

.NET

Index

Install .NET

Download .NET

Basic commands

  • dotnet --info: Show all details about your dotnet environment. E.g: .NET SDK versions, .NET runtimes version, etc.
  • dotnet --version: Show the last .NET SDK version installed
  • dotnet --list-sdks: Show the list of .NET SDK versions installed
  • dotnet --list-runtimes: Show the list of .NET runtimes versions installed