Missing visual studio 2019 blazor webassembly app template

后端 未结 2 1047
别那么骄傲
别那么骄傲 2021-02-12 11:09

I updated my vs 2019 16.3.10 to 16.4 and .net core 3.0 to .net core 3.1 but the blazor web assembly application template is missing.

2条回答
  •  自闭症患者
    2021-02-12 11:44

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

    dotnet new --install Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview3.20168.3
    

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

提交回复
热议问题