File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Blazor Desktop allows you to create desktop apps using Blazor. Apps run inside o
1010The 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
1616Once 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}
You can’t perform that action at this time.
0 commit comments