Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable ASP.Net Core 2.2 in Visual Studio 2017 Professional Edition

How can I activate ASP.Net Core 2.2 project creation in Visual Studio 2017 Professional edition 15.9.6.

I tried to go to Tools > Options > Projects and Solutions > .NET Core and checked mark the checkbox, but that does not work. Please help

Enable 2.2

enter image description here

like image 259
Unbreakable Avatar asked Feb 05 '19 06:02

Unbreakable


People also ask

Does VS 2017 support .NET Core?

Visual Studio 2017 Support for .NET Framework, . NET Core, Mono, and . NET Native for Universal Windows Platform (UWP).

How do I know if NET Core 2.2 is installed?

NET Core is installed on Windows is: Press Windows + R. Type cmd. On the command prompt, type dotnet --version.

Is .NET Core 2.2 supported?

NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to . NET Core 3.1, our long term support (LTS) release.

Can we use .NET Core 3.1 in VS 2017?

Install Visual Studio NET Core 3.1 is having long term support. Visual Studio 2017 supports . NET Core 2.1, whereas Visual Studio 2019 supports both the versions.


1 Answers

You need to install the .NET Core 2.2 SDK which you can download from https://dotnet.microsoft.com/download/dotnet-core/2.2.

It appears that you only have .NET Core 2.1 SDK installed at the moment.

like image 152
DiplomacyNotWar Avatar answered Oct 12 '22 23:10

DiplomacyNotWar