Align namespaces in Serialization to Umbraco.Cms.Infrastructure

This seems like some very Newtonsoft specific things, so I put it infrastructure
This commit is contained in:
Mole
2021-02-15 12:42:26 +01:00
parent 30b086d5d0
commit 0cc3645146
54 changed files with 54 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using Newtonsoft.Json;
using Umbraco.Core.Serialization;
using Umbraco.Cms.Infrastructure.Serialization;
namespace Umbraco.Cms.Infrastructure.PublishedCache.DataSource
{