Move extension methods in core project to Umbraco.Extensions

This commit is contained in:
Mole
2021-02-09 11:26:22 +01:00
parent 216fb87c79
commit dd488a15f4
528 changed files with 623 additions and 1196 deletions

View File

@@ -5,10 +5,10 @@ using System.IO;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using Umbraco.Core.Cache;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Cache;
using Umbraco.Extensions;
namespace Umbraco.Core.Services.Implement
{