From e306b8680ec5031c68e675ffb7e6fb710ade6fb7 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 4 May 2018 14:05:13 -0700 Subject: [PATCH] Fix namespace for AddDefaultIdentity (#1781) --- src/UI/IdentityServiceCollectionUIExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/IdentityServiceCollectionUIExtensions.cs b/src/UI/IdentityServiceCollectionUIExtensions.cs index 65eecc8e74..d6254808c9 100644 --- a/src/UI/IdentityServiceCollectionUIExtensions.cs +++ b/src/UI/IdentityServiceCollectionUIExtensions.cs @@ -5,13 +5,13 @@ using System; using System.IO; using System.Linq; using System.Reflection; +using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.UI; using Microsoft.AspNetCore.Identity.UI.Services; using Microsoft.AspNetCore.Mvc.ApplicationParts; -using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; -namespace Microsoft.AspNetCore.Identity +namespace Microsoft.Extensions.DependencyInjection { /// /// Default UI extensions to .