Add Microsoft.Extensions.Logging namespace to template (#20869)

* Add Microsoft.Extensions.Logging namespace to template
* Update Program.cs
This commit is contained in:
Safia Abdalla 2020-04-15 12:39:32 -07:00 committed by GitHub
parent ad725861a9
commit b2c88e9a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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