Я пытаюсь создать новое приложение Blazor. Но я не могу установить / найти шаблон для Blazor WebAssembly . Я пробовал
dotnet new --install "Microsoft.AspNetCore.Blazor.Templates"
Я установил: dotnet-sdk-3.1.102-win-x64
. Но я получаю следующее:
C:\Users\jon\.templateengine\dotnetcli\v3.1.102\scratch\restore.csproj : error NU1101: Unable to find package Microsoft.AspNetCore.Blazor.Templates. No packages exist with this id in source(s): C:\Program Files\dotnet\sdk\NuGetFallbackFolder, Telerik Blazor
Restore failed in 221.08 ms for C:\Users\jon\.templateengine\dotnetcli\v3.1.102\scratch\restore.csproj
Есть идеи, что не так?