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

血红的双手。 提交于 2020-02-23 09:11:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!