Add Microsoft.Extensions.Logging namespace to template (#20869)
* Add Microsoft.Extensions.Logging namespace to template * Update Program.cs
This commit is contained in:
parent
ad725861a9
commit
b2c88e9a23
|
|
@ -9,6 +9,7 @@ using Microsoft.AspNetCore.Components.WebAssembly.Authentication;
|
|||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
#if (Hosted)
|
||||
namespace ComponentsWebAssembly_CSharp.Client
|
||||
|
|
|
|||
Loading…
Reference in New Issue