0
votes

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: enter image description here

Then I choose ASP.NET Core Web Application There are no other core related web projects to chose. Click Next enter image description here

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

enter image description here

1
The option appears on the next screen when you click on create.Muhammad Hannan
WHAT?!?! I swear that dialog did not appear for me. Or this is total pebcac! Should I delete the question in embarrassment?Jeremy
What do you get after clicking the Create? I upgrade to 16.3.6, did not hit this issue.Edward

1 Answers

0
votes

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

enter image description here