ASP.NET Core 3.0 not showing on Visual Studio 2019

前端 未结 17 1229
后悔当初
后悔当初 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:21

    Note! (don't use it on your developer machine)

    0- make sure you installed .net core 3 sdk. dotnet --list-sdks

    1- make sure Tools -> Options that enables preview versions of the .NET Core SDK enabled.

    2- uninstall all x86 version of .net core sdk from your machine.

    3- restart visual studio and try to create a new project.

提交回复
热议问题