We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3447f commit b9d1dc6Copy full SHA for b9d1dc6
README.md
@@ -10,7 +10,7 @@ Blazor Desktop allows you to create desktop apps using Blazor. Apps run inside o
10
The easiest way to get started with Blazor Desktop is to install the templates, you can do so using the dotnet cli as follows:
11
12
```powershell
13
-dotnet new install BlazorDesktop.Templates::9.0.0
+dotnet new install BlazorDesktop.Templates::9.0.2
14
```
15
16
Once you have the templates installed, you can either create a new project from the template either in Visual Studio in the template picker:
0 commit comments