From e4bace4fdefc5f3835a490ee311d443e20fa758c Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 30 Jun 2023 10:49:27 -0500 Subject: [PATCH] Bump Newtonsoft.Json from 13.0.2 to 13.0.3 --- Build/Build.csproj | 2 +- Build/Tools/NuGet/DotNetNuke.WebApi.nuspec | 2 +- .../Azure/Dnn.AzureConnector.csproj | 3 +- DNN Platform/Connectors/Azure/packages.config | 2 +- .../Dnn.GoogleAnalyticsConnector.csproj | 3 +- .../GoogleAnalytics/packages.config | 2 +- .../Dnn.GoogleAnalytics4Connector.csproj | 271 +++++++++--------- .../Connectors/GoogleAnalytics4/app.config | 54 ++-- .../GoogleAnalytics4/packages.config | 12 +- .../Dnn.GoogleTagManagerConnector.csproj | 3 +- .../GoogleTagManager/packages.config | 2 +- .../Dnn.AuthServices.Jwt.csproj | 3 +- .../Dnn.AuthServices.Jwt/packages.config | 2 +- .../DotNetNuke.Web.Mvc.csproj | 3 +- .../DotNetNuke.Web.Mvc/packages.config | 2 +- .../DotNetNuke.Web/DotNetNuke.Web.csproj | 2 +- DNN Platform/DotNetNuke.Web/packages.config | 2 +- .../Library/DotNetNuke.Library.csproj | 2 +- DNN Platform/Library/packages.config | 2 +- .../DotNetNuke.Modules.CoreMessaging.csproj | 3 +- .../Modules/CoreMessaging/packages.config | 2 +- .../DnnExportImport/DnnExportImport.csproj | 3 +- .../Modules/DnnExportImport/packages.config | 2 +- .../Groups/DotNetNuke.Modules.Groups.csproj | 3 +- DNN Platform/Modules/Groups/packages.config | 2 +- .../Journal/DotNetNuke.Modules.Journal.csproj | 3 +- DNN Platform/Modules/Journal/packages.config | 2 +- .../DotNetNuke.Modules.MemberDirectory.csproj | 3 +- .../Modules/MemberDirectory/packages.config | 2 +- .../Dnn.Modules.ResourceManager.csproj | 3 +- .../Modules/ResourceManager/packages.config | 2 +- .../DNNConnect.CKEditorProvider.csproj | 3 +- .../DNNConnect.CKE/packages.config | 2 +- .../Xcillion/DotNetNuke.Skins.Xcillion.csproj | 3 +- DNN Platform/Skins/Xcillion/packages.config | 2 +- .../DNN.Integration.Test.Framework.csproj | 3 +- .../packages.config | 2 +- .../DotNetNuke.Tests.Content.csproj | 3 +- .../DotNetNuke.Tests.Content/packages.config | 2 +- .../DotNetNuke.Tests.Integration.csproj | 3 +- .../packages.config | 2 +- .../DotNetNuke.Tests.Web.Mvc.csproj | 3 +- .../DotNetNuke.Tests.Web.Mvc/packages.config | 2 +- .../DotNetNuke.Tests.Web.csproj | 3 +- .../DotNetNuke.Tests.Web/packages.config | 2 +- .../Website/DotNetNuke.Website.csproj | 3 +- DNN Platform/Website/packages.config | 2 +- .../Dnn.PersonaBar.Extensions.csproj | 2 +- .../Dnn.PersonaBar.Extensions/packages.config | 2 +- .../Dnn.EditBar.UI/Dnn.EditBar.UI.csproj | 3 +- .../EditBar/Dnn.EditBar.UI/packages.config | 2 +- .../Dnn.PersonaBar.Library.csproj | 3 +- .../Dnn.PersonaBar.Library/packages.config | 2 +- .../Dnn.PersonaBar.UI.csproj | 3 +- .../Library/Dnn.PersonaBar.UI/packages.config | 2 +- .../Dnn.PersonaBar.Security.Tests.csproj | 3 +- .../packages.config | 2 +- 57 files changed, 222 insertions(+), 246 deletions(-) diff --git a/Build/Build.csproj b/Build/Build.csproj index e5a763a15dd..bbd99762c7b 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Build/Tools/NuGet/DotNetNuke.WebApi.nuspec b/Build/Tools/NuGet/DotNetNuke.WebApi.nuspec index ee9713d02a8..11fc7752ad0 100644 --- a/Build/Tools/NuGet/DotNetNuke.WebApi.nuspec +++ b/Build/Tools/NuGet/DotNetNuke.WebApi.nuspec @@ -17,7 +17,7 @@ - + diff --git a/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj b/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj index 830988e61fd..dcb822c831f 100644 --- a/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj +++ b/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj @@ -70,8 +70,7 @@ ..\..\Components\WindowsAzure\Microsoft.WindowsAzure.Storage.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Connectors/Azure/packages.config b/DNN Platform/Connectors/Azure/packages.config index 70edc1fe6ea..35a1f217f49 100644 --- a/DNN Platform/Connectors/Azure/packages.config +++ b/DNN Platform/Connectors/Azure/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj b/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj index 30793d3692f..43a8a5dd38d 100644 --- a/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj +++ b/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj @@ -66,8 +66,7 @@ - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Connectors/GoogleAnalytics/packages.config b/DNN Platform/Connectors/GoogleAnalytics/packages.config index 609eb5daefd..913da1b07de 100644 --- a/DNN Platform/Connectors/GoogleAnalytics/packages.config +++ b/DNN Platform/Connectors/GoogleAnalytics/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Connectors/GoogleAnalytics4/Dnn.GoogleAnalytics4Connector.csproj b/DNN Platform/Connectors/GoogleAnalytics4/Dnn.GoogleAnalytics4Connector.csproj index 24798b94e2c..4e4ffc5dfb8 100644 --- a/DNN Platform/Connectors/GoogleAnalytics4/Dnn.GoogleAnalytics4Connector.csproj +++ b/DNN Platform/Connectors/GoogleAnalytics4/Dnn.GoogleAnalytics4Connector.csproj @@ -1,137 +1,136 @@ - - - - true - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {94E12995-181A-4114-90C7-3F9557F28DE7} - Library - Properties - DNN.Connectors.GoogleAnalytics4 - DNN.Connectors.GoogleAnalytics4 - v4.7.2 - 512 - - - - true - full - false - bin - DEBUG;TRACE - prompt - 4 - bin\DNN.Connectors.GoogleAnalytics4.xml - 7 - 1591 - true - - - pdbonly - true - bin - TRACE - prompt - 4 - bin\DNN.Connectors.GoogleAnalytics4.xml - 1591 - 7 - - - true - full - false - bin - DEBUG;TRACE;CLOUD;CLOUD_DEBUG - prompt - 4 - bin\DNN.Connectors.GoogleAnalytics4.xml - 7 - 1591 - - - pdbonly - true - bin - TRACE;CLOUD;CLOUD_RELEASE - prompt - 4 - bin\DNN.Connectors.GoogleAnalytics4.xml - 1591 - 7 - - - - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True - - - - - - - ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll - - - - ..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll - - - - - - - - - stylecop.json - - - - - - - - - - {3cd5f6b8-8360-4862-80b6-f402892db7dd} - DotNetNuke.Instrumentation - - - {ee1329fe-fd88-4e1a-968c-345e394ef080} - DotNetNuke.Web - - - {6b29aded-7b56-4484-bea5-c0e09079535b} - DotNetNuke.Library - - - {b267ce88-dffc-4bd8-9962-319e79c52526} - DotNetNuke.Providers.FolderProviders - - - - - - - - - - - - - - - - - - - - - - - + + + + true + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {94E12995-181A-4114-90C7-3F9557F28DE7} + Library + Properties + DNN.Connectors.GoogleAnalytics4 + DNN.Connectors.GoogleAnalytics4 + v4.7.2 + 512 + + + + true + full + false + bin + DEBUG;TRACE + prompt + 4 + bin\DNN.Connectors.GoogleAnalytics4.xml + 7 + 1591 + true + + + pdbonly + true + bin + TRACE + prompt + 4 + bin\DNN.Connectors.GoogleAnalytics4.xml + 1591 + 7 + + + true + full + false + bin + DEBUG;TRACE;CLOUD;CLOUD_DEBUG + prompt + 4 + bin\DNN.Connectors.GoogleAnalytics4.xml + 7 + 1591 + + + pdbonly + true + bin + TRACE;CLOUD;CLOUD_RELEASE + prompt + 4 + bin\DNN.Connectors.GoogleAnalytics4.xml + 1591 + 7 + + + + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll + + + + ..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll + + + + + + + + + stylecop.json + + + + + + + + + + {3cd5f6b8-8360-4862-80b6-f402892db7dd} + DotNetNuke.Instrumentation + + + {ee1329fe-fd88-4e1a-968c-345e394ef080} + DotNetNuke.Web + + + {6b29aded-7b56-4484-bea5-c0e09079535b} + DotNetNuke.Library + + + {b267ce88-dffc-4bd8-9962-319e79c52526} + DotNetNuke.Providers.FolderProviders + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Connectors/GoogleAnalytics4/app.config b/DNN Platform/Connectors/GoogleAnalytics4/app.config index 6838e65ce66..c63cc7d0666 100644 --- a/DNN Platform/Connectors/GoogleAnalytics4/app.config +++ b/DNN Platform/Connectors/GoogleAnalytics4/app.config @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DNN Platform/Connectors/GoogleAnalytics4/packages.config b/DNN Platform/Connectors/GoogleAnalytics4/packages.config index 0500291e746..913da1b07de 100644 --- a/DNN Platform/Connectors/GoogleAnalytics4/packages.config +++ b/DNN Platform/Connectors/GoogleAnalytics4/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj b/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj index 140a2c43529..ef1437a59e2 100644 --- a/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj +++ b/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj @@ -67,8 +67,7 @@ - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Connectors/GoogleTagManager/packages.config b/DNN Platform/Connectors/GoogleTagManager/packages.config index 609eb5daefd..913da1b07de 100644 --- a/DNN Platform/Connectors/GoogleTagManager/packages.config +++ b/DNN Platform/Connectors/GoogleTagManager/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj b/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj index f67a27227a3..a5a2c777993 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj +++ b/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj @@ -42,8 +42,7 @@ - ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Dnn.AuthServices.Jwt/packages.config b/DNN Platform/Dnn.AuthServices.Jwt/packages.config index cbbb48782cc..ebefa5c93a0 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/packages.config +++ b/DNN Platform/Dnn.AuthServices.Jwt/packages.config @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/DNN Platform/DotNetNuke.Web.Mvc/DotNetNuke.Web.Mvc.csproj b/DNN Platform/DotNetNuke.Web.Mvc/DotNetNuke.Web.Mvc.csproj index 88fcb525d17..a5651e48479 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/DotNetNuke.Web.Mvc.csproj +++ b/DNN Platform/DotNetNuke.Web.Mvc/DotNetNuke.Web.Mvc.csproj @@ -55,8 +55,7 @@ True - ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/DotNetNuke.Web.Mvc/packages.config b/DNN Platform/DotNetNuke.Web.Mvc/packages.config index ad616f3b869..c42bd9d330d 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/packages.config +++ b/DNN Platform/DotNetNuke.Web.Mvc/packages.config @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj b/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj index b16b65bd60b..d787075b19f 100644 --- a/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj +++ b/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj @@ -113,7 +113,7 @@ True - ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/DotNetNuke.Web/packages.config b/DNN Platform/DotNetNuke.Web/packages.config index d4b773bd198..1ee847145a7 100644 --- a/DNN Platform/DotNetNuke.Web/packages.config +++ b/DNN Platform/DotNetNuke.Web/packages.config @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/DNN Platform/Library/DotNetNuke.Library.csproj b/DNN Platform/Library/DotNetNuke.Library.csproj index d3bc6401bf7..de98ab8723a 100644 --- a/DNN Platform/Library/DotNetNuke.Library.csproj +++ b/DNN Platform/Library/DotNetNuke.Library.csproj @@ -127,7 +127,7 @@ ..\..\packages\MimeKit.2.15.1\lib\net47\MimeKit.dll - ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\packages\PetaPoco.Compiled.6.0.524\lib\net45\PetaPoco.dll diff --git a/DNN Platform/Library/packages.config b/DNN Platform/Library/packages.config index 430f4aeb128..2627ac895b5 100644 --- a/DNN Platform/Library/packages.config +++ b/DNN Platform/Library/packages.config @@ -14,7 +14,7 @@ - + diff --git a/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj b/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj index 49e3a1757db..4f100678ac5 100644 --- a/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj +++ b/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj @@ -69,8 +69,7 @@ - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/CoreMessaging/packages.config b/DNN Platform/Modules/CoreMessaging/packages.config index 70edc1fe6ea..35a1f217f49 100644 --- a/DNN Platform/Modules/CoreMessaging/packages.config +++ b/DNN Platform/Modules/CoreMessaging/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj b/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj index d5654ac32fd..2746399b4d9 100644 --- a/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj +++ b/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj @@ -49,8 +49,7 @@ - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/DnnExportImport/packages.config b/DNN Platform/Modules/DnnExportImport/packages.config index 2751e3796a6..4171ede85c3 100644 --- a/DNN Platform/Modules/DnnExportImport/packages.config +++ b/DNN Platform/Modules/DnnExportImport/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Modules/Groups/DotNetNuke.Modules.Groups.csproj b/DNN Platform/Modules/Groups/DotNetNuke.Modules.Groups.csproj index 29500b8d7a0..08d9d3bdef3 100644 --- a/DNN Platform/Modules/Groups/DotNetNuke.Modules.Groups.csproj +++ b/DNN Platform/Modules/Groups/DotNetNuke.Modules.Groups.csproj @@ -61,8 +61,7 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/Groups/packages.config b/DNN Platform/Modules/Groups/packages.config index a0229fe8927..8b4ec405821 100644 --- a/DNN Platform/Modules/Groups/packages.config +++ b/DNN Platform/Modules/Groups/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Modules/Journal/DotNetNuke.Modules.Journal.csproj b/DNN Platform/Modules/Journal/DotNetNuke.Modules.Journal.csproj index d181315f90b..76e10f18cfe 100644 --- a/DNN Platform/Modules/Journal/DotNetNuke.Modules.Journal.csproj +++ b/DNN Platform/Modules/Journal/DotNetNuke.Modules.Journal.csproj @@ -67,8 +67,7 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/Journal/packages.config b/DNN Platform/Modules/Journal/packages.config index a0229fe8927..8b4ec405821 100644 --- a/DNN Platform/Modules/Journal/packages.config +++ b/DNN Platform/Modules/Journal/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj b/DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj index 1d90cd50bd6..df69c28e732 100644 --- a/DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj +++ b/DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj @@ -64,8 +64,7 @@ ..\..\DotNetNuke.Web.Client\bin\DotNetNuke.Web.Client.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/MemberDirectory/packages.config b/DNN Platform/Modules/MemberDirectory/packages.config index 8a0c1cf2e76..c0323f71eab 100644 --- a/DNN Platform/Modules/MemberDirectory/packages.config +++ b/DNN Platform/Modules/MemberDirectory/packages.config @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/DNN Platform/Modules/ResourceManager/Dnn.Modules.ResourceManager.csproj b/DNN Platform/Modules/ResourceManager/Dnn.Modules.ResourceManager.csproj index 8191d17fc45..d2f0345ca00 100644 --- a/DNN Platform/Modules/ResourceManager/Dnn.Modules.ResourceManager.csproj +++ b/DNN Platform/Modules/ResourceManager/Dnn.Modules.ResourceManager.csproj @@ -58,8 +58,7 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/ResourceManager/packages.config b/DNN Platform/Modules/ResourceManager/packages.config index 8b7c2067052..8cf856b82b9 100644 --- a/DNN Platform/Modules/ResourceManager/packages.config +++ b/DNN Platform/Modules/ResourceManager/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.csproj b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.csproj index ef5dd3974d6..3d7ae375e6a 100644 --- a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.csproj +++ b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.csproj @@ -82,8 +82,7 @@ - ..\..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/packages.config b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/packages.config index bdc027c685e..803ba4daa3d 100644 --- a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/packages.config +++ b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj b/DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj index 84d3110736c..34c0bc823fe 100644 --- a/DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj +++ b/DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj @@ -55,8 +55,7 @@ - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Skins/Xcillion/packages.config b/DNN Platform/Skins/Xcillion/packages.config index 2ba764a647c..63ff0247e18 100644 --- a/DNN Platform/Skins/Xcillion/packages.config +++ b/DNN Platform/Skins/Xcillion/packages.config @@ -3,6 +3,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj b/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj index 552d13ffd7b..027733d4bae 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj @@ -52,8 +52,7 @@ ..\..\..\packages\Moq.4.18.4\lib\net462\Moq.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config index 52935cfafa9..65a7a91cdf3 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config @@ -7,7 +7,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/DotNetNuke.Tests.Content.csproj b/DNN Platform/Tests/DotNetNuke.Tests.Content/DotNetNuke.Tests.Content.csproj index 3f65e7eda8a..6b84c074e00 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/DotNetNuke.Tests.Content.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/DotNetNuke.Tests.Content.csproj @@ -77,8 +77,7 @@ ..\..\..\packages\Moq.4.18.4\lib\net462\Moq.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Content/packages.config index 7a942376e92..7f67eb789df 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/packages.config @@ -4,7 +4,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj b/DNN Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj index a1778124968..b3f8ffbb178 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj @@ -78,8 +78,7 @@ ..\..\..\packages\Moq.4.18.4\lib\net462\Moq.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NSubstitute.5.0.0\lib\net462\NSubstitute.dll diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config index 9fd39ec3712..9cf84b56b18 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config @@ -8,7 +8,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DotNetNuke.Tests.Web.Mvc.csproj b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DotNetNuke.Tests.Web.Mvc.csproj index 7818451b1d9..256ca099f24 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DotNetNuke.Tests.Web.Mvc.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DotNetNuke.Tests.Web.Mvc.csproj @@ -58,8 +58,7 @@ ..\..\..\packages\Moq.4.18.4\lib\net462\Moq.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/packages.config index 109279530b1..10ac4c45a84 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/packages.config @@ -8,7 +8,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/DotNetNuke.Tests.Web.csproj b/DNN Platform/Tests/DotNetNuke.Tests.Web/DotNetNuke.Tests.Web.csproj index 2e09510e649..861730702bf 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/DotNetNuke.Tests.Web.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/DotNetNuke.Tests.Web.csproj @@ -58,8 +58,7 @@ ..\..\..\packages\Moq.4.18.4\lib\net462\Moq.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config index 9e501fa0571..2e464281e7e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config @@ -8,7 +8,7 @@ - + diff --git a/DNN Platform/Website/DotNetNuke.Website.csproj b/DNN Platform/Website/DotNetNuke.Website.csproj index 74ce4970eb7..2de905170eb 100644 --- a/DNN Platform/Website/DotNetNuke.Website.csproj +++ b/DNN Platform/Website/DotNetNuke.Website.csproj @@ -89,8 +89,7 @@ True - ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll False diff --git a/DNN Platform/Website/packages.config b/DNN Platform/Website/packages.config index d5d66093475..1010030daa3 100644 --- a/DNN Platform/Website/packages.config +++ b/DNN Platform/Website/packages.config @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj index d3d31c71000..40c44dea81d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj @@ -713,7 +713,7 @@ - ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/packages.config b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/packages.config index 8fb4c2071c8..6bb0986e955 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/packages.config +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/packages.config @@ -5,7 +5,7 @@ - + \ No newline at end of file diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Dnn.EditBar.UI.csproj b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Dnn.EditBar.UI.csproj index 4cb94b08b42..9625cb4509a 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Dnn.EditBar.UI.csproj +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Dnn.EditBar.UI.csproj @@ -251,8 +251,7 @@ - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/packages.config b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/packages.config index 69e3423acb4..fe1d482e08b 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/packages.config +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/packages.config @@ -5,6 +5,6 @@ - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj index 9644af9f275..d43c904b5f4 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj @@ -151,8 +151,7 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/packages.config b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/packages.config index 60b46a84f0b..406171e8c6e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/packages.config +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/packages.config @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Dnn.PersonaBar.UI.csproj b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Dnn.PersonaBar.UI.csproj index 8216ed3265c..c1a7f2c6aef 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Dnn.PersonaBar.UI.csproj +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Dnn.PersonaBar.UI.csproj @@ -61,8 +61,7 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/packages.config b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/packages.config index 94e387ff8a3..a3b3acf3a9d 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/packages.config +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/packages.config @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj index 840661940e0..823f9a359e7 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj @@ -46,8 +46,7 @@ ..\..\..\packages\Moq.4.18.4\lib\net462\Moq.dll - ..\..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - True + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config index 9cdf2a8a1cc..bf6b7f680c0 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config @@ -4,7 +4,7 @@ - +