Skip to content

Verify installation with dotnet info

After installation, verify that .NET is properly installed using the dotnet --info command.

  • Version: Current SDK version
  • Runtime: Installed runtime versions
  • Path: Installation directory
  • OS: Operating system and architecture
Terminal window
# Verify .NET installation
dotnet --info
# Simplified version check
dotnet --version
Terminal window
.NET SDK:
Version: 8.0.100
Commit: xxxxxxxx
Runtime Environment:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows

If the command fails, restart your terminal or reinstall the SDK.