问题
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.
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
回答1:
Thanks to @Kirk Woll. They moved this checkbox indeed.
回答2:
If you are using the preview channel for vs 2019 then it is on by default:
来源:https://stackoverflow.com/questions/56327404/how-to-enable-net-core-3-preview-sdk-in-vs2019