Fixing tests, more DependencyInjection namespace

This commit is contained in:
Shannon
2020-12-23 13:06:22 +11:00
parent e8379d6c77
commit d5a19530f3
5 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ using System;
using Microsoft.AspNetCore.Authorization;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core.DependencyInjection;
using Umbraco.Infrastructure.PublishedCache.Extensions;
using Umbraco.Infrastructure.PublishedCache.DependencyInjection;
using Umbraco.Web.BackOffice.Authorization;
using Umbraco.Web.BackOffice.Security;
using Umbraco.Web.BackOffice.Trees;