You can determine if .NET Core (now known as .NET) is installed on your system using the following methods:
Windows, macOS, and Linux
Open a terminal or Command Prompt and run:
dotnet –list-runtimes
This command will display a list of installed .NET runtimes, including .NET Core and newer .NET versions.
Alternatively, you can check the installed SDKs with:
dotnet –list-sdks
If .NET Core is installed, you should see output like:
3.1.32 [C:\Program Files\dotnet\sdk]
6.0.410 [C:\Program Files\dotnet\sdk]
8.0.100 [C:\Program Files\dotnet\sdk]
If .NET Core or .NET is not installed, you will see an error like:
Command ‘dotnet’ not found
To check the currently active .NET version, run:
dotnet –version
This will return the latest installed SDK version.
Navigate to:
C:\Program Files\dotnet\
You can check the Windows Registry using PowerShell:
Get-ChildItem -Path “HKLM:\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedhost” | Select-Object Name
This will show installed versions.
Work with our skilled .Net developers to accelerate your project and boost its performance.
3rd Floor, Aval Complex, University Road, above Balaji Super Market, Panchayat Nagar Chowk, Indira Circle, Rajkot, Gujarat 360005.
Abbotsford, BC
15th B Street 103, al Otaiba Dubai DU 00000, United Arab Emirates
3rd Floor, Aval Complex, University Road, above Balaji Super Market, Panchayat Nagar Chowk, Indira Circle, Rajkot, Gujarat 360005.
Abbotsford, BC
15th B Street 103, al Otaiba Dubai DU 00000, United Arab Emirates
Copyright © 2026 Niotechone Software Solution Pvt. Ltd. All Rights Reserved.