From 54522f5731eb36d7fca2f358ef58a2deed0a4a84 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Tue, 28 Jun 2022 14:28:16 -0500 Subject: [PATCH 1/2] Upgrade Newtonsoft.Json from 10.x to 13.0.1 --- .../Newtonsoft/DotNetNuke.Newtonsoft.Json.dnn | 60 +++++++++---------- .../Azure/Dnn.AzureConnector.csproj | 4 +- DNN Platform/Connectors/Azure/packages.config | 2 +- .../Dnn.GoogleAnalyticsConnector.csproj | 4 +- .../GoogleAnalytics/packages.config | 2 +- .../Dnn.GoogleTagManagerConnector.csproj | 4 +- .../GoogleTagManager/packages.config | 2 +- .../Dnn.AuthServices.Jwt.csproj | 4 +- .../Dnn.AuthServices.Jwt/packages.config | 2 +- .../DotNetNuke.Web.Mvc.csproj | 4 +- .../DotNetNuke.Web.Mvc/packages.config | 2 +- .../DotNetNuke.Web/DotNetNuke.Web.csproj | 4 +- DNN Platform/DotNetNuke.Web/packages.config | 4 +- .../Library/DotNetNuke.Library.csproj | 4 +- DNN Platform/Library/packages.config | 2 +- .../DotNetNuke.Modules.CoreMessaging.csproj | 4 +- .../Modules/CoreMessaging/packages.config | 2 +- .../DotNetNuke.Modules.DigitalAssets.csproj | 4 +- .../Modules/DigitalAssets/packages.config | 2 +- .../DnnExportImport/DnnExportImport.csproj | 4 +- .../Modules/DnnExportImport/packages.config | 2 +- .../Groups/DotNetNuke.Modules.Groups.csproj | 4 +- DNN Platform/Modules/Groups/packages.config | 2 +- .../Journal/DotNetNuke.Modules.Journal.csproj | 4 +- DNN Platform/Modules/Journal/packages.config | 2 +- .../DotNetNuke.Modules.MemberDirectory.csproj | 4 +- .../Modules/MemberDirectory/packages.config | 4 +- .../Dnn.Modules.ResourceManager.csproj | 4 +- .../Modules/ResourceManager/packages.config | 2 +- .../DNNConnect.CKEditorProvider.csproj | 4 +- .../DNNConnect.CKE/packages.config | 2 +- .../Xcillion/DotNetNuke.Skins.Xcillion.csproj | 4 +- DNN Platform/Skins/Xcillion/packages.config | 2 +- .../DNN.Integration.Test.Framework.csproj | 4 +- .../packages.config | 2 +- .../DotNetNuke.Tests.Content.csproj | 4 +- .../DotNetNuke.Tests.Content/packages.config | 2 +- .../DotNetNuke.Tests.Integration.csproj | 4 +- .../packages.config | 2 +- .../DotNetNuke.Tests.Web.Mvc.csproj | 3 + .../DotNetNuke.Tests.Web.Mvc/packages.config | 2 +- .../DotNetNuke.Tests.Web.csproj | 4 +- .../DotNetNuke.Tests.Web/packages.config | 4 +- .../Website/DotNetNuke.Website.csproj | 4 +- DNN Platform/Website/packages.config | 2 +- .../Dnn.PersonaBar.Extensions.csproj | 4 +- .../Dnn.PersonaBar.Extensions/packages.config | 2 +- .../Dnn.EditBar.UI/Dnn.EditBar.UI.csproj | 4 +- .../EditBar/Dnn.EditBar.UI/packages.config | 2 +- .../Dnn.PersonaBar.Library.csproj | 4 +- .../Dnn.PersonaBar.Library/packages.config | 2 +- .../Dnn.PersonaBar.UI.csproj | 4 +- .../Library/Dnn.PersonaBar.UI/packages.config | 2 +- .../Dnn.PersonaBar.Security.Tests.csproj | 4 +- .../packages.config | 2 +- 55 files changed, 115 insertions(+), 112 deletions(-) diff --git a/DNN Platform/Components/Newtonsoft/DotNetNuke.Newtonsoft.Json.dnn b/DNN Platform/Components/Newtonsoft/DotNetNuke.Newtonsoft.Json.dnn index b317416fc0e..23edde1a7ee 100644 --- a/DNN Platform/Components/Newtonsoft/DotNetNuke.Newtonsoft.Json.dnn +++ b/DNN Platform/Components/Newtonsoft/DotNetNuke.Newtonsoft.Json.dnn @@ -1,30 +1,30 @@ - - - - Newtonsoft Json Components - Provides Newtonsoft Json Components for DotNetNuke. - - - .NET Foundation and Contributors - DNN Community - https://dnncommunity.org - info@dnncommunity.org - - License.txt - - This package includes Newtonsoft.Json assembly version 10.0.3. - Please go to https://www.newtonsoft.com/json to view release notes on this particular version. - - - - - bin - Newtonsoft.Json.dll - 10.0.3 - - - - - - - + + + + Newtonsoft Json Components + Provides Newtonsoft Json Components for DotNetNuke. + + + .NET Foundation and Contributors + DNN Community + https://dnncommunity.org + info@dnncommunity.org + + License.txt + + This package includes Newtonsoft.Json assembly version 13.0.1. + Please go to https://www.newtonsoft.com/json to view release notes on this particular version. + + + + + bin + Newtonsoft.Json.dll + 13.0.1 + + + + + + + diff --git a/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj b/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj index 89200e4e725..d7322b81816 100644 --- a/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj +++ b/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj @@ -69,8 +69,8 @@ False ..\..\Components\WindowsAzure\Microsoft.WindowsAzure.Storage.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Connectors/Azure/packages.config b/DNN Platform/Connectors/Azure/packages.config index 1586140139e..4867cc6db8b 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 d36b1f05ab2..a062c94adad 100644 --- a/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj +++ b/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj @@ -65,8 +65,8 @@ 7 - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Connectors/GoogleAnalytics/packages.config b/DNN Platform/Connectors/GoogleAnalytics/packages.config index e20aaf2d525..959a5b2b1f3 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/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj b/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj index 2e0afe427f0..6d426d823d5 100644 --- a/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj +++ b/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj @@ -66,8 +66,8 @@ 7 - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Connectors/GoogleTagManager/packages.config b/DNN Platform/Connectors/GoogleTagManager/packages.config index e20aaf2d525..959a5b2b1f3 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 33a4e92591f..66042b549a8 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj +++ b/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj @@ -41,8 +41,8 @@ true - - ..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll False True diff --git a/DNN Platform/Dnn.AuthServices.Jwt/packages.config b/DNN Platform/Dnn.AuthServices.Jwt/packages.config index d25f43072ab..d14e35d0311 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 8f56c18a1f2..95a06bb1e6f 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/DotNetNuke.Web.Mvc.csproj +++ b/DNN Platform/DotNetNuke.Web.Mvc/DotNetNuke.Web.Mvc.csproj @@ -55,8 +55,8 @@ ..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll True - - ..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/DotNetNuke.Web.Mvc/packages.config b/DNN Platform/DotNetNuke.Web.Mvc/packages.config index 4768c78ed8a..4ce89a02023 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 a68d3ddf2ee..a68fd233127 100644 --- a/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj +++ b/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj @@ -112,8 +112,8 @@ ..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll True - - ..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/DNN Platform/DotNetNuke.Web/packages.config b/DNN Platform/DotNetNuke.Web/packages.config index efc4fce9256..11d650cc1bf 100644 --- a/DNN Platform/DotNetNuke.Web/packages.config +++ b/DNN Platform/DotNetNuke.Web/packages.config @@ -1,6 +1,5 @@  - @@ -14,6 +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 50ce9a45990..a8d9b2eaad0 100644 --- a/DNN Platform/Library/DotNetNuke.Library.csproj +++ b/DNN Platform/Library/DotNetNuke.Library.csproj @@ -127,8 +127,8 @@ ..\..\packages\MimeKit.2.15.1\lib\net47\MimeKit.dll - - ..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll False True diff --git a/DNN Platform/Library/packages.config b/DNN Platform/Library/packages.config index a34ea0acd65..6b2fbd20a68 100644 --- a/DNN Platform/Library/packages.config +++ b/DNN Platform/Library/packages.config @@ -12,7 +12,7 @@ - + diff --git a/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj b/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj index f12e9582e2c..a00c4f82c01 100644 --- a/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj +++ b/DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj @@ -68,8 +68,8 @@ ..\..\DotNetNuke.Web.Client\bin\DotNetNuke.Web.Client.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll False True diff --git a/DNN Platform/Modules/CoreMessaging/packages.config b/DNN Platform/Modules/CoreMessaging/packages.config index 1586140139e..4867cc6db8b 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/DigitalAssets/DotNetNuke.Modules.DigitalAssets.csproj b/DNN Platform/Modules/DigitalAssets/DotNetNuke.Modules.DigitalAssets.csproj index 1e2a1d057dc..6da04a15ef1 100644 --- a/DNN Platform/Modules/DigitalAssets/DotNetNuke.Modules.DigitalAssets.csproj +++ b/DNN Platform/Modules/DigitalAssets/DotNetNuke.Modules.DigitalAssets.csproj @@ -96,8 +96,8 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/DNN Platform/Modules/DigitalAssets/packages.config b/DNN Platform/Modules/DigitalAssets/packages.config index dc42ace79c9..2bc89ec9cb3 100644 --- a/DNN Platform/Modules/DigitalAssets/packages.config +++ b/DNN Platform/Modules/DigitalAssets/packages.config @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj b/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj index b44df62b289..1b654666401 100644 --- a/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj +++ b/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj @@ -49,9 +49,9 @@ True - + False - ..\..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/DnnExportImport/packages.config b/DNN Platform/Modules/DnnExportImport/packages.config index f2bc3ec123c..d0042336136 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 2851c55cd6f..8115eeddfaf 100644 --- a/DNN Platform/Modules/Groups/DotNetNuke.Modules.Groups.csproj +++ b/DNN Platform/Modules/Groups/DotNetNuke.Modules.Groups.csproj @@ -60,9 +60,9 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - + False - ..\..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/Groups/packages.config b/DNN Platform/Modules/Groups/packages.config index 05c0d878401..1ba33568c78 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 ee3abe7af3b..cb02aff1ef3 100644 --- a/DNN Platform/Modules/Journal/DotNetNuke.Modules.Journal.csproj +++ b/DNN Platform/Modules/Journal/DotNetNuke.Modules.Journal.csproj @@ -66,9 +66,9 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - + False - ..\..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/Journal/packages.config b/DNN Platform/Modules/Journal/packages.config index 05c0d878401..1ba33568c78 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 5cbe5f7b144..bbe073bc83c 100644 --- a/DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj +++ b/DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj @@ -63,8 +63,8 @@ False ..\..\DotNetNuke.Web.Client\bin\DotNetNuke.Web.Client.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/MemberDirectory/packages.config b/DNN Platform/Modules/MemberDirectory/packages.config index 09fe647b4ff..4322f968498 100644 --- a/DNN Platform/Modules/MemberDirectory/packages.config +++ b/DNN Platform/Modules/MemberDirectory/packages.config @@ -1,10 +1,10 @@  - - + + \ 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 02cafadd612..cd04dd20b08 100644 --- a/DNN Platform/Modules/ResourceManager/Dnn.Modules.ResourceManager.csproj +++ b/DNN Platform/Modules/ResourceManager/Dnn.Modules.ResourceManager.csproj @@ -57,8 +57,8 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Modules/ResourceManager/packages.config b/DNN Platform/Modules/ResourceManager/packages.config index c4fda211006..469e30c31b9 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 5a631f64f34..26caa6181af 100644 --- a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.csproj +++ b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.csproj @@ -78,8 +78,8 @@ - - ..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\..\packages\Newtonsoft.Json.13.0.1\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 715e4de25bf..eb7897d6b0a 100644 --- a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/packages.config +++ b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/packages.config @@ -3,6 +3,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 cea83f36d1b..c440b82edf1 100644 --- a/DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj +++ b/DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj @@ -54,8 +54,8 @@ - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/DNN Platform/Skins/Xcillion/packages.config b/DNN Platform/Skins/Xcillion/packages.config index 715e4de25bf..eb7897d6b0a 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 5485f7d4e27..49f2fa57a82 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 @@ -49,8 +49,8 @@ ..\..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll True - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config index 2daf626ba9c..bc4477499ef 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/packages.config @@ -6,7 +6,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 2f0ecbc8e8b..549fe47967a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/DotNetNuke.Tests.Content.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/DotNetNuke.Tests.Content.csproj @@ -73,9 +73,9 @@ ..\..\..\Packages\Moq.4.2.1502.0911\lib\net40\Moq.dll - + False - ..\..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.2\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 3497d4fd071..ccfe255f054 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/packages.config @@ -3,7 +3,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 8a92a3047f2..c308704ec4d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj @@ -78,9 +78,9 @@ ..\..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll - + False - ..\..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NSubstitute.4.3.0\lib\net46\NSubstitute.dll diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config b/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config index 49706a0dc3d..d64d565e61d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config @@ -6,7 +6,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 19f447fec05..af681298e92 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 @@ -55,6 +55,9 @@ ..\..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll True + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\NUnit.3.13.2\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 090216002fc..5cb7f130354 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/packages.config @@ -7,7 +7,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 81226ad5cdd..d7cd82aaa39 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/DotNetNuke.Tests.Web.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/DotNetNuke.Tests.Web.csproj @@ -54,9 +54,9 @@ ..\..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll - + False - ..\..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.2\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 868871f0e2e..c773e7dcb1f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/packages.config @@ -1,6 +1,5 @@  - @@ -8,8 +7,9 @@ - + + \ No newline at end of file diff --git a/DNN Platform/Website/DotNetNuke.Website.csproj b/DNN Platform/Website/DotNetNuke.Website.csproj index 9a4013b4ed2..684b2af875c 100644 --- a/DNN Platform/Website/DotNetNuke.Website.csproj +++ b/DNN Platform/Website/DotNetNuke.Website.csproj @@ -88,9 +88,9 @@ ..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll True - + False - ..\..\Packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll False diff --git a/DNN Platform/Website/packages.config b/DNN Platform/Website/packages.config index 4b4bec5c45a..9f888c9ff7a 100644 --- a/DNN Platform/Website/packages.config +++ b/DNN Platform/Website/packages.config @@ -9,7 +9,7 @@ - + \ 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 490b5322069..87a87beb308 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj @@ -707,8 +707,8 @@ ..\..\Packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - ..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/packages.config b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/packages.config index 16a3b39c6da..e9fbcd9fdc7 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 a2800e61770..574e20016ba 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Dnn.EditBar.UI.csproj +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Dnn.EditBar.UI.csproj @@ -249,8 +249,8 @@ - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\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 3c6460979e6..a494e6b191f 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 333b3feb634..03f4472462e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj @@ -150,8 +150,8 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\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 625be7317db..cd8f4b2f316 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 f5db6fbc500..d48cd3b97a1 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Dnn.PersonaBar.UI.csproj +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Dnn.PersonaBar.UI.csproj @@ -60,8 +60,8 @@ ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - ..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\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 88e126472e6..73f9ca1adbc 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 e1ae83c510c..9c018062ebb 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 @@ -42,8 +42,8 @@ ..\..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\..\..\packages\NUnit.3.13.2\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 a7e602bed1d..c733e3d49f4 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/packages.config @@ -3,7 +3,7 @@ - + From 19e43a2da083f21308ac9cfa12e6b0a896db5cfc Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Tue, 28 Jun 2022 14:28:41 -0500 Subject: [PATCH 2/2] Add and update config files from NuGet --- .../Dnn.Modules.Console/web.config | 24 ++++++---- .../Azure/Dnn.AzureConnector.csproj | 1 + DNN Platform/Connectors/Azure/app.config | 11 +++++ .../Dnn.GoogleAnalyticsConnector.csproj | 1 + .../Connectors/GoogleAnalytics/app.config | 11 +++++ .../Dnn.GoogleTagManagerConnector.csproj | 1 + .../Connectors/GoogleTagManager/app.config | 11 +++++ .../Dnn.AuthServices.Jwt.csproj | 1 + DNN Platform/Dnn.AuthServices.Jwt/app.config | 11 +++++ .../DotNetNuke.Web.Deprecated.csproj | 1 + .../DotNetNuke.Web.Deprecated/app.config | 11 +++++ DNN Platform/DotNetNuke.Web.Mvc/app.config | 24 ++++++---- .../DotNetNuke.Web/DotNetNuke.Web.csproj | 1 + DNN Platform/DotNetNuke.Web/app.config | 11 +++++ .../DotNetNuke.Website.Deprecated.csproj | 1 + .../DotNetNuke.Website.Deprecated/app.config | 11 +++++ DNN Platform/Modules/CoreMessaging/web.config | 26 +++++----- DNN Platform/Modules/DigitalAssets/web.config | 26 +++++----- .../DnnExportImport/DnnExportImport.csproj | 1 + .../Modules/DnnExportImport/app.config | 11 +++++ DNN Platform/Modules/Groups/web.config | 26 +++++----- DNN Platform/Modules/HTML/web.config | 26 +++++----- .../Modules/HtmlEditorManager/web.config | 26 +++++----- DNN Platform/Modules/Journal/web.config | 26 +++++----- .../Modules/MemberDirectory/web.config | 26 +++++----- DNN Platform/Modules/RazorHost/web.config | 26 +++++----- .../Modules/ResourceManager/web.config | 34 ++++++------- .../Providers/FolderProviders/app.config | 48 ++++++++++--------- .../DNNConnect.CKE/web.config | 2 +- DNN Platform/Skins/Xcillion/web.config | 26 +++++----- DNN Platform/Tests/App.config | 8 +++- .../DNN.Integration.Test.Framework.csproj | 1 + .../DNN.Integration.Test.Framework/app.config | 11 +++++ .../DotNetNuke.Tests.AspNetCCP/App.config | 12 ++++- .../Tests/DotNetNuke.Tests.Content/app.config | 2 +- .../Tests/DotNetNuke.Tests.UI/app.config | 2 +- .../DotNetNuke.Tests.Utilities.csproj | 1 + .../DotNetNuke.Tests.Utilities/app.config | 11 +++++ .../Tests/DotNetNuke.Tests.Web.Mvc/app.config | 2 +- .../Tests/DotNetNuke.Tests.Web/App.config | 2 +- DNN Platform/Website/Install/Web.config | 30 +++++++----- .../Dnn.PersonaBar.Extensions/web.config | 2 +- .../Dnn.EditBar.Library.csproj | 1 + .../EditBar/Dnn.EditBar.Library/app.config | 11 +++++ .../EditBar/Dnn.EditBar.UI/app.config | 2 +- .../Library/Dnn.PersonaBar.Library/app.config | 2 +- .../Library/Dnn.PersonaBar.UI/app.config | 2 +- .../Dnn.PersonaBar.ConfigConsole.Tests.csproj | 1 + .../app.config | 15 ++++++ .../Dnn.PersonaBar.Pages.Tests/app.config | 2 +- .../Dnn.PersonaBar.Security.Tests/app.config | 2 +- .../Dnn.PersonaBar.Users.Tests/app.config | 2 +- 52 files changed, 401 insertions(+), 185 deletions(-) create mode 100644 DNN Platform/Connectors/Azure/app.config create mode 100644 DNN Platform/Connectors/GoogleAnalytics/app.config create mode 100644 DNN Platform/Connectors/GoogleTagManager/app.config create mode 100644 DNN Platform/Dnn.AuthServices.Jwt/app.config create mode 100644 DNN Platform/DotNetNuke.Web.Deprecated/app.config create mode 100644 DNN Platform/DotNetNuke.Web/app.config create mode 100644 DNN Platform/DotNetNuke.Website.Deprecated/app.config create mode 100644 DNN Platform/Modules/DnnExportImport/app.config create mode 100644 DNN Platform/Tests/DNN.Integration.Test.Framework/app.config create mode 100644 DNN Platform/Tests/DotNetNuke.Tests.Utilities/app.config create mode 100644 Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/app.config create mode 100644 Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config diff --git a/DNN Platform/Admin Modules/Dnn.Modules.Console/web.config b/DNN Platform/Admin Modules/Dnn.Modules.Console/web.config index 931974a0ba4..7d663d08216 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.Console/web.config +++ b/DNN Platform/Admin Modules/Dnn.Modules.Console/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj b/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj index d7322b81816..8309a709be7 100644 --- a/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj +++ b/DNN Platform/Connectors/Azure/Dnn.AzureConnector.csproj @@ -103,6 +103,7 @@ stylecop.json + diff --git a/DNN Platform/Connectors/Azure/app.config b/DNN Platform/Connectors/Azure/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Connectors/Azure/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ 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 a062c94adad..ff9ef026d71 100644 --- a/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj +++ b/DNN Platform/Connectors/GoogleAnalytics/Dnn.GoogleAnalyticsConnector.csproj @@ -88,6 +88,7 @@ stylecop.json + diff --git a/DNN Platform/Connectors/GoogleAnalytics/app.config b/DNN Platform/Connectors/GoogleAnalytics/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Connectors/GoogleAnalytics/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ 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 6d426d823d5..8a5dfbca07b 100644 --- a/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj +++ b/DNN Platform/Connectors/GoogleTagManager/Dnn.GoogleTagManagerConnector.csproj @@ -89,6 +89,7 @@ stylecop.json + diff --git a/DNN Platform/Connectors/GoogleTagManager/app.config b/DNN Platform/Connectors/GoogleTagManager/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Connectors/GoogleTagManager/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ 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 66042b549a8..fa996bea59c 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj +++ b/DNN Platform/Dnn.AuthServices.Jwt/Dnn.AuthServices.Jwt.csproj @@ -88,6 +88,7 @@ stylecop.json + Designer diff --git a/DNN Platform/Dnn.AuthServices.Jwt/app.config b/DNN Platform/Dnn.AuthServices.Jwt/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Dnn.AuthServices.Jwt/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/DotNetNuke.Web.Deprecated.csproj b/DNN Platform/DotNetNuke.Web.Deprecated/DotNetNuke.Web.Deprecated.csproj index fb2be31c0fd..fc9d95b4343 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/DotNetNuke.Web.Deprecated.csproj +++ b/DNN Platform/DotNetNuke.Web.Deprecated/DotNetNuke.Web.Deprecated.csproj @@ -288,6 +288,7 @@ stylecop.json + Designer diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/app.config b/DNN Platform/DotNetNuke.Web.Deprecated/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/DotNetNuke.Web.Deprecated/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/DotNetNuke.Web.Mvc/app.config b/DNN Platform/DotNetNuke.Web.Mvc/app.config index 373d9cdf1d1..ee87904d433 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/app.config +++ b/DNN Platform/DotNetNuke.Web.Mvc/app.config @@ -1,11 +1,15 @@ - - - - - - - - - - + + + + + + + + + + + + + + \ 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 a68fd233127..08f24d48879 100644 --- a/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj +++ b/DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj @@ -425,6 +425,7 @@ stylecop.json + Designer diff --git a/DNN Platform/DotNetNuke.Web/app.config b/DNN Platform/DotNetNuke.Web/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/DotNetNuke.Web/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/DotNetNuke.Website.Deprecated.csproj b/DNN Platform/DotNetNuke.Website.Deprecated/DotNetNuke.Website.Deprecated.csproj index 24c380d2a76..2779d09c9b7 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/DotNetNuke.Website.Deprecated.csproj +++ b/DNN Platform/DotNetNuke.Website.Deprecated/DotNetNuke.Website.Deprecated.csproj @@ -190,6 +190,7 @@ stylecop.json + Designer diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/app.config b/DNN Platform/DotNetNuke.Website.Deprecated/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/DotNetNuke.Website.Deprecated/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Modules/CoreMessaging/web.config b/DNN Platform/Modules/CoreMessaging/web.config index 962b85f24ef..5a152070121 100644 --- a/DNN Platform/Modules/CoreMessaging/web.config +++ b/DNN Platform/Modules/CoreMessaging/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/DigitalAssets/web.config b/DNN Platform/Modules/DigitalAssets/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Modules/DigitalAssets/web.config +++ b/DNN Platform/Modules/DigitalAssets/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj b/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj index 1b654666401..7ab4a96b414 100644 --- a/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj +++ b/DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj @@ -163,6 +163,7 @@ stylecop.json + diff --git a/DNN Platform/Modules/DnnExportImport/app.config b/DNN Platform/Modules/DnnExportImport/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Modules/DnnExportImport/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Modules/Groups/web.config b/DNN Platform/Modules/Groups/web.config index 27ab2d72e82..49d94d8a958 100644 --- a/DNN Platform/Modules/Groups/web.config +++ b/DNN Platform/Modules/Groups/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/HTML/web.config b/DNN Platform/Modules/HTML/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Modules/HTML/web.config +++ b/DNN Platform/Modules/HTML/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/HtmlEditorManager/web.config b/DNN Platform/Modules/HtmlEditorManager/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Modules/HtmlEditorManager/web.config +++ b/DNN Platform/Modules/HtmlEditorManager/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/Journal/web.config b/DNN Platform/Modules/Journal/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Modules/Journal/web.config +++ b/DNN Platform/Modules/Journal/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/MemberDirectory/web.config b/DNN Platform/Modules/MemberDirectory/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Modules/MemberDirectory/web.config +++ b/DNN Platform/Modules/MemberDirectory/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/RazorHost/web.config b/DNN Platform/Modules/RazorHost/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Modules/RazorHost/web.config +++ b/DNN Platform/Modules/RazorHost/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Modules/ResourceManager/web.config b/DNN Platform/Modules/ResourceManager/web.config index f919ed44340..7d4c43d8a9a 100644 --- a/DNN Platform/Modules/ResourceManager/web.config +++ b/DNN Platform/Modules/ResourceManager/web.config @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/DNN Platform/Providers/FolderProviders/app.config b/DNN Platform/Providers/FolderProviders/app.config index ab37d7418e7..f0b5f4b6d0f 100644 --- a/DNN Platform/Providers/FolderProviders/app.config +++ b/DNN Platform/Providers/FolderProviders/app.config @@ -1,23 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/web.config b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/web.config index 5fca51117d5..c76a9d093ec 100644 --- a/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/web.config +++ b/DNN Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/web.config @@ -16,7 +16,7 @@ - + diff --git a/DNN Platform/Skins/Xcillion/web.config b/DNN Platform/Skins/Xcillion/web.config index 1b3cf4537a7..49d94d8a958 100644 --- a/DNN Platform/Skins/Xcillion/web.config +++ b/DNN Platform/Skins/Xcillion/web.config @@ -1,11 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/DNN Platform/Tests/App.config b/DNN Platform/Tests/App.config index 408737941cf..fbe4d76de3c 100644 --- a/DNN Platform/Tests/App.config +++ b/DNN Platform/Tests/App.config @@ -205,7 +205,7 @@ - + @@ -221,7 +221,11 @@ - + + + + + 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 49f2fa57a82..22812acdaad 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 @@ -115,6 +115,7 @@ stylecop.json + diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config b/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config index 99ddf3e08e6..d9d17a63bb7 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/App.config @@ -1,3 +1,11 @@ - - + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/app.config b/DNN Platform/Tests/DotNetNuke.Tests.Content/app.config index d3f880af864..7b393d83301 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/app.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/app.config @@ -20,7 +20,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.UI/app.config b/DNN Platform/Tests/DotNetNuke.Tests.UI/app.config index faeaf001de7..d9d17a63bb7 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.UI/app.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.UI/app.config @@ -4,7 +4,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DotNetNuke.Tests.Utilities.csproj b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DotNetNuke.Tests.Utilities.csproj index e5f0bd700c0..1ddb0ab07c8 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DotNetNuke.Tests.Utilities.csproj +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DotNetNuke.Tests.Utilities.csproj @@ -154,6 +154,7 @@ DotNetNuke.config PreserveNewest + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/app.config b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/app.config b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/app.config index 882f3ca7cd5..2fd799c5541 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/app.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/app.config @@ -24,7 +24,7 @@ - + diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/App.config b/DNN Platform/Tests/DotNetNuke.Tests.Web/App.config index 928751a9acb..3ba879f1807 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/App.config +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/App.config @@ -8,7 +8,7 @@ - + diff --git a/DNN Platform/Website/Install/Web.config b/DNN Platform/Website/Install/Web.config index 102c4b2909d..69b28ffee7c 100644 --- a/DNN Platform/Website/Install/Web.config +++ b/DNN Platform/Website/Install/Web.config @@ -1,11 +1,19 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/web.config b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/web.config index faeaf001de7..d9d17a63bb7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/web.config +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/web.config @@ -4,7 +4,7 @@ - + diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Dnn.EditBar.Library.csproj b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Dnn.EditBar.Library.csproj index 7423838fc04..8927150fa01 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Dnn.EditBar.Library.csproj +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Dnn.EditBar.Library.csproj @@ -83,6 +83,7 @@ + diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/app.config b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/app.config new file mode 100644 index 00000000000..d9d17a63bb7 --- /dev/null +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/app.config b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/app.config index de0fc32d34e..40e08fb1194 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/app.config +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/app.config @@ -4,7 +4,7 @@ - + diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/app.config b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/app.config index 91e4a216beb..53d99657444 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/app.config +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/app.config @@ -4,7 +4,7 @@ - + diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/app.config b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/app.config index faeaf001de7..d9d17a63bb7 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/app.config +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/app.config @@ -4,7 +4,7 @@ - + diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj index 3790e5a5396..179bae3108a 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj @@ -99,6 +99,7 @@ stylecop.json + diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config new file mode 100644 index 00000000000..b0d92a71226 --- /dev/null +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config index faeaf001de7..d9d17a63bb7 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/app.config @@ -4,7 +4,7 @@ - + diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config index faeaf001de7..d9d17a63bb7 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/app.config @@ -4,7 +4,7 @@ - + diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config index faeaf001de7..d9d17a63bb7 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/app.config @@ -4,7 +4,7 @@ - +