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.
Create
? I upgrade to16.3.6
, did not hit this issue. – Edward