ASP.NET Core 3.0 not showing on Visual Studio 2019

前端 未结 17 1216
后悔当初
后悔当初 2020-12-08 12:41

I want to test the new Blazor server-side framework (aka Razor Components).

I installed Visual Studio 2019 RC, and then the .Net Core 3.0 preview 2, following this o

17条回答
  •  臣服心动
    2020-12-08 13:13

    In my case is because I did not installed Visual Studio 2019 with that feature. So just create a new project and type .net core. Then click on Install more tools and features:

    Then add the following feature:

提交回复
热议问题