asp.net core web application not showing in visual studio 2019

qasimidl 106 Reputation points
2023-03-09T14:09:34.9833333+00:00

asp.net core web application not showing in visual studio 2019

Hi,

i have installed visual studio 2019, with asp.net and .NET core features.

Problem/Issue:

while creating new project,"asp.net core web application" not showing, its showing asp.net web application ( .net framework).

What already done

i have also installed .NET core 3.1 sdk, and also confirm on cmd prompt.

its showing 3.1.426 version by writing. " dotnet --version" command .

Solution Required:

what to do to get "asp.net core web application" feature to create new project of ".net core" in visual studio 2019 .as we have other options available to create new application of asp.net web application why asp.net core web application feature is missing.

PFA for reference of project list

Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,338 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 60,201 Reputation points
    2023-03-09T16:52:17.8566667+00:00

    as suggested VS 2019 only supports up to core 3.1. These versions of core are no longer supported. If you want to create supported versions of .net core (6.0+) you need to upgrade to visual studio 2022 or use visual studio code instead.

    1 person found this answer helpful.

6 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more