Skip to content

Commit 1481906

Browse files
fix: readme issues
1 parent 5444487 commit 1481906

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Blazor Desktop allows you to create desktop apps using Blazor. Apps run inside o
1010
The easiest way to get started with Blazor Desktop is to install the templates, you can do so using the dotnet cli as follows:
1111

1212
```powershell
13-
dotnet new --install BlazorDesktop.Templates::1.0.3
13+
dotnet new --install BlazorDesktop.Templates::1.0.4
1414
```
1515

1616
Once you have the templates installed, you can either create a new project from the template either in Visual Studio in the template picker:
@@ -86,7 +86,7 @@ It is also possible to configure these values through `appsettings.json` like so
8686
"Logging": {
8787
"LogLevel": {
8888
"Default": "Information",
89-
"Microsoft.AspNetCore": "Warning"
89+
"Microsoft.Hosting.Lifetime": "Information"
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)