Add DI extension method namespace to Program.cs in templates
This commit is contained in:
parent
902625579b
commit
907832524a
|
|
@ -1,5 +1,6 @@
|
|||
using Microsoft.AspNetCore.Blazor.Browser.Rendering;
|
||||
using Microsoft.AspNetCore.Blazor.Browser.Services;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System;
|
||||
|
||||
namespace BlazorHosted.CSharp.Client
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
using Microsoft.AspNetCore.Blazor.Browser.Rendering;
|
||||
using Microsoft.AspNetCore.Blazor.Browser.Services;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System;
|
||||
|
||||
namespace BlazorStandalone.CSharp
|
||||
|
|
|
|||
Loading…
Reference in New Issue