How to find asp.net core version

Saeed

I'm using websitepanel and in Web Sites ==> Extensions tab, the ASP.NET version is 4 integrated pipeline.
My question is that how can I figure out what version of dot net core is my server using now?
I don't really know if the asp.net is 4, the dot net core is also 4 or not.
And if it's version 4, then does it mean that version 2 is installed?
Because in extensions tab, I have four options: 2, 2 integrated pipeline, 4 and 4 integrated pipeline.
Thanks in advance

ElasticCode

To check which .NET Core Version is installed you can run one of the following commands on the command prompt.

dotnet --version      // Display .NET Core SDK version.

dotnet --info          //Display .NET Core information.

dotnet --list-runtimes   // Display the installed runtimes.

dotnet --list-sdks       // Display the installed SDKs.

Also, you can view all .NET Core versions Installed on the system by navigating to the installation folder on below path.

%ProgramFiles%\dotnet\sdk

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Version ASP.Net Core

How to update asp.net core version in dockerfile

How to publish .Net Core ASP portable version from command line?

How to get IIS version in asp.net core

How does javascript version (asp-append-version) work in ASP.NET Core MVC?

"It was not possible to find any compatible framework version" with ASP.NET Core 2.2

.NET Core Reflection - How to find references of a property inside ASP.NET Core 3 Razor Views?

asp net core Middleware that needs apiversioning version

ASP.NET Core could not find views

How can I read version of project in dotnet core (formerly asp.net mvc6)

How to set default version in SwaggerUI using ASP.NET Core Web Api

How to I update my React version in the ASP.NET Core React/Redux template project?

How to use Find(params object[] keyValues) method on a DbSet instance in ASP.NET Core?

How can I find controller with special namespace in asp.net core

How to find and use downloaded packages from nuget in vs2017 software (and in an asp.net core project)?

How to get Docker version in .NET Core

How to specify the assembly version for a .NET Core project?

How to resolve .NET Core package version conflicts

How to switch the local version of .net core?

Retrieve Application Version in ASP Net Core 2.0 MVC

Run latest ASP.NET Core version on Google App Engine

Understanding ASP.NET Core Patch Version Roll Forward

Display project version in ASP.NET Core 1.0.0 web application

For asp.net boilerplate core version, robocopy required for publish

ASP.NET Core 3.1 : Shared Localization not working for version 3.1

the asp.net core version 7.0 dose not showing up

How do I find the .NET version?

How to add LinkGenerator to ASP.NET Core?

How to implement Localization ASP net CORE MVC