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