ASP.NET Core 3.0 not showing on Visual Studio 2019

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

    I have the same issue here after moving from Visual Studio 2019 Preview to Visual Studio 2019 RC.

    This page seems to suggest that you need Preview to use .net Core 3.0 which is annoying.

    https://dotnet.microsoft.com/download/dotnet-core/3.0

    I looked up the difference between RC and Preview, and they pull builds from different channels (stable and preview).

    The next thing I’m going to try is to go back to Preview to see if .Net Core 3.0 becomes visible again.

提交回复
热议问题