diff --git a/PoweredSoft.DynamicQuery.Test/DeserializeTests.cs b/PoweredSoft.DynamicQuery.Test/DeserializeTests.cs index 2e8dfe4..a8988f2 100644 --- a/PoweredSoft.DynamicQuery.Test/DeserializeTests.cs +++ b/PoweredSoft.DynamicQuery.Test/DeserializeTests.cs @@ -1,8 +1,8 @@ using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Newtonsoft.Json.Converters; -using PoweredSoft.DynamicQuery.AspNetCore.Json; using PoweredSoft.DynamicQuery.Core; +using PoweredSoft.DynamicQuery.NewtonsoftJson; using System; using System.Collections.Generic; using System.Text;