.NET SDK/Runtime version

Commands to check that .NET is already installed

6 min read

  • October 16,2024
  • Rajesh Goel

 

Check .Net SDK Version

  • Run the following command to list all installed versions of the .NET SDK:

dotnet --list-sdks

 

  • Output

Check .Net runtime Version

  • Run the following command to list all installed versions of the .NET runtimes:

dotnet --list-runtimes

 

  • Output

 

Check More Information

  • Run the following command to list all installed versions of the .NET SDK, .NET Runtimes & other environmental related information:

dotnet --info

 

  • Output

 

How Memetic Solutions Enhances User Experience

At Memetic Solutions, we use these notification permission concepts to keep applications user-friendly. By ensuring users control their settings, we create apps that are both intuitive and engaging, improving user satisfaction without disrupting their experience.