ASP.NET Core 3.0 not showing on Visual Studio 2019

.NET Core 3.0 which is the latest .NET Core version is currently in Preview and can be used with Visual Studio 2019 which is also in Preview.

So, after you install the necessary files for .NET Core Framework and Visual Studio you would expect that it will appear as a framework that you can select when building apps. Right? Wrong!

So, I wanted to create a new Web API project with the latest previes version of .NET Core 3.0 framework and here it is what I did, step by step.

Asp.Net Core Web Application
Step 1: Choose Asp.Net Core Web Application as a project template
Step 2: Enter a Project name and a Solution name
Step 3: When choosing the framework version you see that 3.0 is missing

How to fix this “issue”?

Currently, we need to separately configure this .NET Version to show up for project template. So, for that:

Tools > Options > Preview Features and check the “Use previews of the .NET Core SDK” option

Now, it is time to RESTART VISUAL STUDIO.

After you follow the same steps from step 1 – step 4 you will see that the .NET Core 3.0 is available as an option in the drop down

ASP.NET Core 3.0 is shown on the drop-down

If you want to learn more about .NET check out my YouTube Channel:

Welcome to my channel!

Enjoyed this post? Subscribe to my YouTube channel for more great content. Your support is much appreciated. Thank you!


Check out my Udemy profile for more great content and exclusive learning resources! Thank you for your support.
Ervis Trupja - Udemy



Enjoyed this blog post? Share it with your friends and help spread the word! Don't keep all this knowledge to yourself.