Moved .NET standard back office identity code into infrastructure (lowest common dependency)

This commit is contained in:
Scott Brady
2020-05-17 08:48:36 +01:00
parent 8317518b4c
commit 4627627350
18 changed files with 35 additions and 39 deletions

View File

@@ -1,14 +1,12 @@
using System;
using System.Collections.Generic;
using System.Security.Claims;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core;
using Umbraco.Core.BackOffice;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Mapping;
using Umbraco.Net;
using Umbraco.Web.BackOffice.Identity;
using Umbraco.Web.Common.AspNetCore;
namespace Umbraco.Extensions