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

@@ -7,7 +7,7 @@ using System.Web;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Core;
using Umbraco.Extensions;
using Umbraco.Web.Common.Constants;
namespace Umbraco.Web.Common.Security