update the command in docs from
dotnet new blazorwasm -o WebApplication1
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@smjltd Run the template install command ...
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19457.4
It has to be run after the SDK is installed.
you mean 3.0.100-rc1-014190
That's the SDK version ... not the package version for the templates.
Execute ...
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19457.4
... and try to create the app from the template again (dotnet new blazorwasm from the folder where u want to create the app or using the -o switch to create the folder). It should work 🤞.
it worked thanks 😘
Most helpful comment
it worked thanks 😘