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
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
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.
Install the .net core 2.2 SDK. You can find it at https://dotnet.microsoft.com/download/dotnet-core/2.2
The already provided answers were not working fine for me. Even when i was able to create new .NET Core 2.2 application, the application would not run. It was failing with IIS error.
In case you have the same issue you had to download and install SDK for visual studio https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral
Make sure that your sdk is installed the correct directory location C:/Program Files/dotnet/sdk otherwise it will not be displayed in the list.
Just for a reference, the reason net core for VS versions work, while other net core versions do not, is described here: