Missing visual studio 2019 blazor webassembly app template

给你一囗甜甜゛ 提交于 2020-02-02 03:57:27

问题


I update my vs 2019 16.3.10 to 16.4 and .net core 3.0 to .net core 3.1 but blazor webassembly app template is missing.


回答1:


Try the following to install the latest Blazor WebAssembly template. Run the following command:

dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.1.0-preview2.19528.8

Get the latest version here. It's free...



来源:https://stackoverflow.com/questions/59272624/missing-visual-studio-2019-blazor-webassembly-app-template

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!