首页 > 解决方案 > Asp.net core blazor web 程序集示例项目不工作

问题描述

我试图添加任何代码,它只是示例项目在 Visual Studio 2019 预览版上创建 Blazor Web Assembly 项目之后。 在此处输入图像描述

标签: asp.net-corewebassemblyblazor-client-side

解决方案


I fixed this by selecting .net core 3.1 framework which previously I had selected .net core 3.0. I added the template for .net core 3.1 in command prompt using the following command:

dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.1.0-preview4.19579.2

推荐阅读