Move extension methods in core project to Umbraco.Extensions

This commit is contained in:
Mole
2021-02-09 13:32:34 +01:00
parent dd488a15f4
commit 34f8766a3c
212 changed files with 520 additions and 454 deletions

View File

@@ -6,12 +6,9 @@ using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Services.Changes;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Repositories.Implement;
using Umbraco.Core.Services;
using Umbraco.Core.Services.Implement;
using Umbraco.Extensions;
using Umbraco.Infrastructure.PublishedCache.Persistence;
namespace Umbraco.Web.PublishedCache.NuCache