Adjust namespaces in the Cache folder

I made these Umbraco.Cms.Core even though they have to reside in infrastructure.
This commit is contained in:
Mole
2021-02-12 10:13:56 +01:00
parent 47eb0837d4
commit 9e4f05c0e9
57 changed files with 46 additions and 138 deletions

View File

@@ -1,6 +1,5 @@
using System;
using Umbraco.Cms.Core.Cache;
using Umbraco.Core.Cache;
namespace Umbraco.Core.Logging
{

View File

@@ -2,7 +2,6 @@
using Serilog.Core;
using Serilog.Events;
using Umbraco.Cms.Core.Cache;
using Umbraco.Core.Cache;
namespace Umbraco.Core.Logging.Serilog.Enrichers
{

View File

@@ -3,7 +3,6 @@ using System.Threading;
using Serilog.Core;
using Serilog.Events;
using Umbraco.Cms.Core.Cache;
using Umbraco.Core.Cache;
namespace Umbraco.Core.Logging.Serilog.Enrichers
{