Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable .NET Core 3 preview SDK in VS2019?

I wanted to try out Blazor. I've installed .NET Core 3.0 preview 5 SDK, Blazor VS extension to enable project templates. I can create Blazor project, but I can't run it - I constantly get this notification. enter image description here

In some tutorials I see that there should be a checkbox in VS options - to enable using of preview SDKs.

But it's not there in VS2019! Version is 16.1.1

enter image description here

like image 739
Pavel Evdokimov Avatar asked May 27 '19 13:05

Pavel Evdokimov


People also ask

How do I enable use previews of the net core SDK?

NET SDK version, you also need to set the option to enable previews in Visual Studio. Go to Tools > Options > Environment > Preview Features, and make sure that Use previews of the . NET Core SDK is checked.

Does Visual Studio 2019 include .NET Core SDK?

As you have seen, Visual Studio 2019 installer includes . NET Core 2.1 but not . NET Core 3.

Does Visual Studio install .NET Core SDK?

Visual Studio 2019 Supports all Version of . NET Core including the latest version 3.1. You can use Visual Studio 2017, only if you are using .


1 Answers

Thanks to @Kirk Woll. They moved this checkbox indeed. enter image description here

like image 129
Pavel Evdokimov Avatar answered Oct 25 '22 19:10

Pavel Evdokimov