How to Check Which .NET Core Version Is Installed

In this blog post, I’ll show you how to check the which .NET Core version Is Installed a workstation or Server either on Windows, Linux or MacOS.

About .NET 2.0 CORE

Version 2.0 of .NET CORE Is a cross-platform open source framework that can be run on Windows, Linux or MacOS which was released on 7th March 2017.

.NET Core Is also a free and open source software framework for developing Console and Web Application for all platforms.

The first .NET version 1.0 was released in June 2016.

Check Version

With .NET Core we have 3 ways to check which version Is running on the system, the most basic way will be to run the cmdlet below which will show the running version.

Dotnet --version

To view all .NET Core versions Installed on the system we can navigate to the Installation folder on the path below.

C:\Program Files\dotnet\sdk

And last, To check SDK version and runtime version the command below will provide all the necessary details Including Installation path, OS name, version and platform.

dotnet --info
Watch the Video for this article

to update Visual Studio 2017 to the latest version visit the article below

 How To Update Visual Studio 2017 To Latest Build

Processing…
Success! You're on the list.

Posted

in

by