简体   繁体   中英

Visual Studio 2019 16.3.6 ASP.NET Core Web Application project template does allow asp.net core version selection

I've just updated Visual Studio 2019 to 16.3.6 which includes the ASP.Net Core 3 SDK.

I create a new project from the ASP.NET Core Web Application project template. The previous version would let me pick the ASP.Net Core version (2,2.1,2.2). Now it does not, and defaults to creating the project using ASP.Net Core 2.2, not 3. Do I always need to manual upgrade every project I create or is there somewhat to bring back the version dropdown or set visual studio to default to Core 3?

I've got Core 3.0 SDK installed: 在此处输入图像描述

Then I choose ASP.NET Core Web Application There are no other core related web projects to chose. Click Next在此处输入图像描述

Then I configure the project There are no options for version, or authentication. I used to see those options prior to the upgrade.

在此处输入图像描述

The option is still there. I think you need to install .Net core 3 SDK .

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM