Add DI extension method namespace to Program.cs in templates

This commit is contained in:
Daniel Roth 2018-04-05 10:11:15 -07:00
parent 902625579b
commit 907832524a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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