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

@@ -16,7 +16,7 @@ using Umbraco.Cms.Infrastructure.Persistence;
using Umbraco.Cms.Infrastructure.Persistence.Dtos;
using Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement;
using Umbraco.Cms.Infrastructure.PublishedCache.DataSource;
using Umbraco.Core.Serialization;
using Umbraco.Cms.Infrastructure.Serialization;
using Umbraco.Extensions;
using static Umbraco.Cms.Core.Persistence.SqlExtensionsStatics;
using Constants = Umbraco.Cms.Core.Constants;