ASP.NET Core 3.0 not showing on Visual Studio 2019

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

    It no longer works... again!

    The SDK 3.0.100-preview8-013656 doesn't provide the ASP.Net Core 3.0 project template.

    You have to uninstall it and install SDK 3.0.100-preview7-012821

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

提交回复
热议问题