diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/App.config b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/App.config index cdf036d5bf9..3541bf86a9b 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/App.config +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/App.config @@ -1,45 +1,49 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/VirtoCommerce.Content.Tests.csproj b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/VirtoCommerce.Content.Tests.csproj index 51d72ad9949..7b856e4f7e6 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/VirtoCommerce.Content.Tests.csproj +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/VirtoCommerce.Content.Tests.csproj @@ -51,9 +51,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/packages.config b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/packages.config index a4bff6cacca..43b5607b7f0 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/packages.config +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Tests/packages.config @@ -1,15 +1,15 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/VirtoCommerce.Content.Web.csproj b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/VirtoCommerce.Content.Web.csproj index 4e53ba8273c..32c763639ea 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/VirtoCommerce.Content.Web.csproj +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/VirtoCommerce.Content.Web.csproj @@ -62,8 +62,8 @@ False ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Web.config b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Web.config index 500f84a7343..8fd2b9b54bf 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Web.config +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/Web.config @@ -1,56 +1,60 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/packages.config b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/packages.config index ec4a04936f1..c19d90326e9 100644 --- a/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/packages.config +++ b/PLATFORM/Modules/CMS/VirtoCommerce.Content.Web/packages.config @@ -1,10 +1,10 @@ - - - - - - - - - - \ No newline at end of file + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/App.config b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/App.config index dede5afa26a..ae3a789f6ea 100644 --- a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/App.config +++ b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/App.config @@ -1,41 +1,41 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/VirtoCommerce.CartModule.Test.csproj b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/VirtoCommerce.CartModule.Test.csproj index 6cf1d1cb217..313d0980658 100644 --- a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/VirtoCommerce.CartModule.Test.csproj +++ b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/VirtoCommerce.CartModule.Test.csproj @@ -46,9 +46,9 @@ False ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/packages.config b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/packages.config index 07897a78e32..95c2d5a78db 100644 --- a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/packages.config +++ b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Test/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/VirtoCommerce.CartModule.Web.csproj b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/VirtoCommerce.CartModule.Web.csproj index c5aa5355483..3703a5dc480 100644 --- a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/VirtoCommerce.CartModule.Web.csproj +++ b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/VirtoCommerce.CartModule.Web.csproj @@ -66,9 +66,9 @@ False ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/packages.config b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/packages.config index b3b475d4519..28912501e1b 100644 --- a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/packages.config +++ b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/web.config b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/web.config index a9a179ea106..63bbafc7857 100644 --- a/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/web.config +++ b/PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Web/web.config @@ -1,68 +1,64 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/App.config b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/App.config index 0952d6600e5..b75a843870b 100644 --- a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/App.config +++ b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/App.config @@ -1,100 +1,100 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/VirtoCommerce.CatalogModule.Test.csproj b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/VirtoCommerce.CatalogModule.Test.csproj index c0e67886e0b..60e29c05593 100644 --- a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/VirtoCommerce.CatalogModule.Test.csproj +++ b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/VirtoCommerce.CatalogModule.Test.csproj @@ -51,9 +51,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/packages.config b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/packages.config index 588be65cd6b..059d7831df2 100644 --- a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/packages.config +++ b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Test/packages.config @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/VirtoCommerce.CatalogModule.Web.csproj b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/VirtoCommerce.CatalogModule.Web.csproj index a8d313aa31d..ea39012c754 100644 --- a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/VirtoCommerce.CatalogModule.Web.csproj +++ b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/VirtoCommerce.CatalogModule.Web.csproj @@ -79,9 +79,9 @@ True ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/app.config b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/app.config index e07fc2957ad..b5eb416734d 100644 --- a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/app.config +++ b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/app.config @@ -1,63 +1,67 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/packages.config b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/packages.config index f7d1a62a55b..c33eb187244 100644 --- a/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/packages.config +++ b/PLATFORM/Modules/Catalog/VirtoCommerce.CatalogModule.Web/packages.config @@ -1,14 +1,14 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/VirtoCommerce.CoreModule.Web.csproj b/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/VirtoCommerce.CoreModule.Web.csproj index 7cf08e125c7..932b6169fcc 100644 --- a/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/VirtoCommerce.CoreModule.Web.csproj +++ b/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/VirtoCommerce.CoreModule.Web.csproj @@ -58,32 +58,32 @@ ..\..\..\packages\Hangfire.SqlServer.1.3.4\lib\net45\Hangfire.SqlServer.dll True - - False - ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.0\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.1.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - - False - ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True - - False - ..\..\..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True False ..\..\..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll - - False - ..\..\..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll + + ..\..\..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - False - ..\..\..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll + + ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + True False @@ -98,9 +98,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/app.config b/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/app.config index ec803a4f557..22eb44a1adb 100644 --- a/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/app.config +++ b/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/app.config @@ -1,23 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/packages.config b/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/packages.config index f2f5327ca0e..20f7f6cfccc 100644 --- a/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/packages.config +++ b/PLATFORM/Modules/Core/VirtoCommerce.Core.Web/packages.config @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Core/VirtoCommerce.Domain/VirtoCommerce.Domain.csproj b/PLATFORM/Modules/Core/VirtoCommerce.Domain/VirtoCommerce.Domain.csproj index 1c6f0576e2f..a74d391766e 100644 --- a/PLATFORM/Modules/Core/VirtoCommerce.Domain/VirtoCommerce.Domain.csproj +++ b/PLATFORM/Modules/Core/VirtoCommerce.Domain/VirtoCommerce.Domain.csproj @@ -36,9 +36,9 @@ - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Core/VirtoCommerce.Domain/packages.config b/PLATFORM/Modules/Core/VirtoCommerce.Domain/packages.config index af70bc8d6a3..517bf321a07 100644 --- a/PLATFORM/Modules/Core/VirtoCommerce.Domain/packages.config +++ b/PLATFORM/Modules/Core/VirtoCommerce.Domain/packages.config @@ -1,4 +1,4 @@ - - - + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/App.config b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/App.config index 2a603a723f9..380746175d0 100644 --- a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/App.config +++ b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/App.config @@ -1,43 +1,47 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/VirtoCommerce.CustomerModule.Test.csproj b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/VirtoCommerce.CustomerModule.Test.csproj index 95f1a5c5f4c..11fb58be61a 100644 --- a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/VirtoCommerce.CustomerModule.Test.csproj +++ b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/VirtoCommerce.CustomerModule.Test.csproj @@ -44,9 +44,9 @@ ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/packages.config b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/packages.config index 07897a78e32..95c2d5a78db 100644 --- a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/packages.config +++ b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Test/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/VirtoCommerce.CustomerModule.Web.csproj b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/VirtoCommerce.CustomerModule.Web.csproj index 511905589a1..71c3af229f6 100644 --- a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/VirtoCommerce.CustomerModule.Web.csproj +++ b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/VirtoCommerce.CustomerModule.Web.csproj @@ -62,9 +62,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/Web.config b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/Web.config index e205fb5bd59..480b5b870ee 100644 --- a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/Web.config +++ b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/Web.config @@ -1,65 +1,61 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/packages.config b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/packages.config index b3b475d4519..28912501e1b 100644 --- a/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/packages.config +++ b/PLATFORM/Modules/Customer/VirtoCommerce.CustomerModule.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/VirtoCommerce.DynamicExpressionModule.Data.csproj b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/VirtoCommerce.DynamicExpressionModule.Data.csproj index 976cb8262d9..bd27a433c51 100644 --- a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/VirtoCommerce.DynamicExpressionModule.Data.csproj +++ b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/VirtoCommerce.DynamicExpressionModule.Data.csproj @@ -31,9 +31,9 @@ 4 - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/packages.config b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/packages.config index af70bc8d6a3..517bf321a07 100644 --- a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/packages.config +++ b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Data/packages.config @@ -1,4 +1,4 @@ - - - + + + \ No newline at end of file diff --git a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/VirtoCommerce.DynamicExpressionModule.Web.csproj b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/VirtoCommerce.DynamicExpressionModule.Web.csproj index 1c28814c95c..e8643401c28 100644 --- a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/VirtoCommerce.DynamicExpressionModule.Web.csproj +++ b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/VirtoCommerce.DynamicExpressionModule.Web.csproj @@ -57,9 +57,9 @@ False ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/packages.config b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/packages.config index d3586867cb7..943e9afbf7c 100644 --- a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/packages.config +++ b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/packages.config @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/web.config b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/web.config index bb48d4cefd4..caac2e0d489 100644 --- a/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/web.config +++ b/PLATFORM/Modules/DynamicExpression/VirtoCommerce.DynamicExpressionModule.Web/web.config @@ -1,60 +1,56 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/Shipstation.FulfillmentModule.Test.csproj b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/Shipstation.FulfillmentModule.Test.csproj index 9d140e9d4a5..18cdded74ec 100644 --- a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/Shipstation.FulfillmentModule.Test.csproj +++ b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/Shipstation.FulfillmentModule.Test.csproj @@ -40,9 +40,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/packages.config b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/packages.config index d97e8b0fcba..ee64cf823fc 100644 --- a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/packages.config +++ b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Test/packages.config @@ -1,12 +1,12 @@ - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Shipstation.FulfillmentModule.Web.csproj b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Shipstation.FulfillmentModule.Web.csproj index db22e644045..dcc294ec673 100644 --- a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Shipstation.FulfillmentModule.Web.csproj +++ b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Shipstation.FulfillmentModule.Web.csproj @@ -50,9 +50,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Web.config b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Web.config index b71f45f8efc..699bf86d7d7 100644 --- a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Web.config +++ b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/Web.config @@ -1,35 +1,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/packages.config b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/packages.config index 91e938843a8..9984138c013 100644 --- a/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/packages.config +++ b/PLATFORM/Modules/Fulfillment/Shipstation.FulfillmentModule.Web/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/Zendesk.HelpdeskModule.Web.csproj b/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/Zendesk.HelpdeskModule.Web.csproj index 2b90e57b83e..5a1a4de0fa3 100644 --- a/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/Zendesk.HelpdeskModule.Web.csproj +++ b/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/Zendesk.HelpdeskModule.Web.csproj @@ -50,9 +50,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/packages.config b/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/packages.config index 91e938843a8..9984138c013 100644 --- a/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/packages.config +++ b/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/web.config b/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/web.config index 86088bdac09..90267f39110 100644 --- a/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/web.config +++ b/PLATFORM/Modules/Helpdesk/Zendesk.HelpdeskModule.Web/web.config @@ -1,26 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Integration/Zapier.Integration.Module/Zapier.IntegrationModule.Web.csproj b/PLATFORM/Modules/Integration/Zapier.Integration.Module/Zapier.IntegrationModule.Web.csproj index baa9ba7fec6..34e5ca2725e 100644 --- a/PLATFORM/Modules/Integration/Zapier.Integration.Module/Zapier.IntegrationModule.Web.csproj +++ b/PLATFORM/Modules/Integration/Zapier.Integration.Module/Zapier.IntegrationModule.Web.csproj @@ -52,9 +52,9 @@ False ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Integration/Zapier.Integration.Module/packages.config b/PLATFORM/Modules/Integration/Zapier.Integration.Module/packages.config index 91e938843a8..9984138c013 100644 --- a/PLATFORM/Modules/Integration/Zapier.Integration.Module/packages.config +++ b/PLATFORM/Modules/Integration/Zapier.Integration.Module/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Integration/Zapier.Integration.Module/web.config b/PLATFORM/Modules/Integration/Zapier.Integration.Module/web.config index d070c412bda..51d8fa35042 100644 --- a/PLATFORM/Modules/Integration/Zapier.Integration.Module/web.config +++ b/PLATFORM/Modules/Integration/Zapier.Integration.Module/web.config @@ -1,18 +1,27 @@ - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/App.config b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/App.config index eec76f6679b..b736f37ba80 100644 --- a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/App.config +++ b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/App.config @@ -1,48 +1,48 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/VirtoCommerce.InventoryModule.Test.csproj b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/VirtoCommerce.InventoryModule.Test.csproj index d40c786fc74..217cf3ef6be 100644 --- a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/VirtoCommerce.InventoryModule.Test.csproj +++ b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/VirtoCommerce.InventoryModule.Test.csproj @@ -44,9 +44,9 @@ ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/packages.config b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/packages.config index 07897a78e32..95c2d5a78db 100644 --- a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/packages.config +++ b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Test/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/VirtoCommerce.InventoryModule.Web.csproj b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/VirtoCommerce.InventoryModule.Web.csproj index a2f84c52603..9807a1b752c 100644 --- a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/VirtoCommerce.InventoryModule.Web.csproj +++ b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/VirtoCommerce.InventoryModule.Web.csproj @@ -62,9 +62,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/Web.config b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/Web.config index ff9d3189cfe..69b9ec0216a 100644 --- a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/Web.config +++ b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/Web.config @@ -1,73 +1,69 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/packages.config b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/packages.config index b3b475d4519..28912501e1b 100644 --- a/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/packages.config +++ b/PLATFORM/Modules/Inventory/VirtoCommerce.InventoryModule.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/MailChimp.MailingModule.Web.csproj b/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/MailChimp.MailingModule.Web.csproj index 362873a703a..d6f2b6f846f 100644 --- a/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/MailChimp.MailingModule.Web.csproj +++ b/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/MailChimp.MailingModule.Web.csproj @@ -67,9 +67,9 @@ True ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll diff --git a/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/Web.config b/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/Web.config index 7051d82cf5f..ae6d8594023 100644 --- a/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/Web.config +++ b/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/Web.config @@ -1,83 +1,83 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/packages.config b/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/packages.config index 208c50aeedf..e25090ef146 100644 --- a/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/packages.config +++ b/PLATFORM/Modules/Mailing/MailChimp.MailingModule.Web/packages.config @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/VirtoCommerce.MarketingModule.Data.csproj b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/VirtoCommerce.MarketingModule.Data.csproj index 1cc7d8c2eb1..e5cd90aed21 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/VirtoCommerce.MarketingModule.Data.csproj +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/VirtoCommerce.MarketingModule.Data.csproj @@ -40,9 +40,9 @@ ..\..\..\Shared\ExpressionSerialization.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/app.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/app.config index a6453e2d333..f38688a9828 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/app.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/app.config @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/packages.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/packages.config index eb0152c8e8d..29edec008ae 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/packages.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Data/packages.config @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/VirtoCommerce.MarketingModule.Expressions.csproj b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/VirtoCommerce.MarketingModule.Expressions.csproj index cb1b2e48d11..a1395dc178d 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/VirtoCommerce.MarketingModule.Expressions.csproj +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/VirtoCommerce.MarketingModule.Expressions.csproj @@ -31,9 +31,9 @@ 4 - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/packages.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/packages.config index af70bc8d6a3..517bf321a07 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/packages.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.DynamicExpression/packages.config @@ -1,4 +1,4 @@ - - - + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/VirtoCommerce.MarketingModule.Test.csproj b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/VirtoCommerce.MarketingModule.Test.csproj index 0461b9c048f..367ac19fff3 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/VirtoCommerce.MarketingModule.Test.csproj +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/VirtoCommerce.MarketingModule.Test.csproj @@ -40,9 +40,9 @@ ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/app.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/app.config index 6b3cebaa9d9..a1583fd160c 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/app.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/app.config @@ -1,49 +1,49 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/packages.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/packages.config index 9b55abde4f1..f2e4412ca87 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/packages.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Test/packages.config @@ -1,14 +1,14 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/VirtoCommerce.MarketingModule.Web.csproj b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/VirtoCommerce.MarketingModule.Web.csproj index 79fcd2cec25..bbec862c188 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/VirtoCommerce.MarketingModule.Web.csproj +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/VirtoCommerce.MarketingModule.Web.csproj @@ -69,9 +69,9 @@ False ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/packages.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/packages.config index b3b475d4519..28912501e1b 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/packages.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/web.config b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/web.config index 39f3865618d..a067071175e 100644 --- a/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/web.config +++ b/PLATFORM/Modules/Marketing/VirtoCommerce.MarketingModule.Web/web.config @@ -1,76 +1,72 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/VirtoCommerce.MerchandisingModule.Web.csproj b/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/VirtoCommerce.MerchandisingModule.Web.csproj index 705b12ccff7..51604692b57 100644 --- a/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/VirtoCommerce.MerchandisingModule.Web.csproj +++ b/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/VirtoCommerce.MerchandisingModule.Web.csproj @@ -64,9 +64,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/app.config b/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/app.config index 491edeb87d7..3f88a398262 100644 --- a/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/app.config +++ b/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/app.config @@ -1,25 +1,25 @@ - - - - -
- - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/packages.config b/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/packages.config index 6bf1111f701..79ab0a55ebd 100644 --- a/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/packages.config +++ b/PLATFORM/Modules/Merchandising/VirtoCommerce.MerchandisingModule.Web/packages.config @@ -1,11 +1,11 @@ - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Merchant/GoogleShopping.Merchant.Web/GoogleShopping.MerchantModule.Web.csproj b/PLATFORM/Modules/Merchant/GoogleShopping.Merchant.Web/GoogleShopping.MerchantModule.Web.csproj index 04134cab6ea..376b8a81a6a 100644 --- a/PLATFORM/Modules/Merchant/GoogleShopping.Merchant.Web/GoogleShopping.MerchantModule.Web.csproj +++ b/PLATFORM/Modules/Merchant/GoogleShopping.Merchant.Web/GoogleShopping.MerchantModule.Web.csproj @@ -88,8 +88,8 @@ ..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True @@ -220,7 +220,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/VirtoCommerce.OrderModule.Test.csproj b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/VirtoCommerce.OrderModule.Test.csproj index 3327636e319..2ce39b1c935 100644 --- a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/VirtoCommerce.OrderModule.Test.csproj +++ b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/VirtoCommerce.OrderModule.Test.csproj @@ -49,9 +49,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/packages.config b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/packages.config index 764691ad87d..89c2947d78e 100644 --- a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/packages.config +++ b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Test/packages.config @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/VirtoCommerce.OrderModule.Web.csproj b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/VirtoCommerce.OrderModule.Web.csproj index e64cf10a5e3..b20761749bc 100644 --- a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/VirtoCommerce.OrderModule.Web.csproj +++ b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/VirtoCommerce.OrderModule.Web.csproj @@ -70,9 +70,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True False diff --git a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/packages.config b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/packages.config index e602ecaa3e1..e7d9a962a61 100644 --- a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/packages.config +++ b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/packages.config @@ -1,12 +1,12 @@ - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/web.config b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/web.config index 29b09f70f8b..ef97ae31458 100644 --- a/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/web.config +++ b/PLATFORM/Modules/Order/VirtoCommerce.OrderModule.Web/web.config @@ -1,61 +1,61 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Klarna.Checkout.US.csproj b/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Klarna.Checkout.US.csproj index da2ddc449b4..48a34f82b5d 100644 --- a/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Klarna.Checkout.US.csproj +++ b/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Klarna.Checkout.US.csproj @@ -61,8 +61,8 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll True - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Web.config b/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Web.config index 850a8195ec5..0d1b3c7c470 100644 --- a/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Web.config +++ b/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/Web.config @@ -1,27 +1,35 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/packages.config b/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/packages.config index 89709cd8a79..3ba4652a717 100644 --- a/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/packages.config +++ b/PLATFORM/Modules/PaymentGateways/Klarna.Checkout.US/packages.config @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Klarna.Checkout.Euro.csproj b/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Klarna.Checkout.Euro.csproj index c647f2ccf42..a901342e390 100644 --- a/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Klarna.Checkout.Euro.csproj +++ b/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Klarna.Checkout.Euro.csproj @@ -68,9 +68,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Web.config b/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Web.config index 85c8934b58e..4d798f9a6cf 100644 --- a/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Web.config +++ b/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/Web.config @@ -1,53 +1,57 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/packages.config b/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/packages.config index 4cee825e18c..43495df9db7 100644 --- a/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/packages.config +++ b/PLATFORM/Modules/PaymentGateways/Klarna.PaymentGatewaysModule.Web/packages.config @@ -1,14 +1,14 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/MeS.PaymentGatewaysModule.Web.csproj b/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/MeS.PaymentGatewaysModule.Web.csproj index 711f9f421e0..ef2a99aba40 100644 --- a/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/MeS.PaymentGatewaysModule.Web.csproj +++ b/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/MeS.PaymentGatewaysModule.Web.csproj @@ -64,9 +64,9 @@ False ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/Web.config b/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/Web.config index 85c8934b58e..85cf43eed10 100644 --- a/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/Web.config +++ b/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/Web.config @@ -1,53 +1,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/packages.config b/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/packages.config index 0799765e04b..888c7b79f31 100644 --- a/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/packages.config +++ b/PLATFORM/Modules/PaymentGateways/MeS.PaymentGatewaysModule.Web/packages.config @@ -1,11 +1,11 @@ - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/App.config b/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/App.config index 6c7284b8fa7..2201f758150 100644 --- a/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/App.config +++ b/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/App.config @@ -1,38 +1,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/PaymentMethods.Tests.csproj b/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/PaymentMethods.Tests.csproj index 24cc596c80c..197ea1c3f52 100644 --- a/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/PaymentMethods.Tests.csproj +++ b/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/PaymentMethods.Tests.csproj @@ -44,9 +44,9 @@ ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\PayPalCoreSDK.1.6.2\lib\net451\PayPalCoreSDK.dll diff --git a/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/packages.config b/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/packages.config index 824e0203cd7..863ac085517 100644 --- a/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/packages.config +++ b/PLATFORM/Modules/PaymentGateways/PaymentMethods.Tests/packages.config @@ -1,13 +1,13 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Paypal.AdaptivePayments.csproj b/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Paypal.AdaptivePayments.csproj index f0ab874e4ad..d6289fd11a1 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Paypal.AdaptivePayments.csproj +++ b/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Paypal.AdaptivePayments.csproj @@ -50,8 +50,8 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Web.config b/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Web.config index e40d985c2d1..46ed88f662e 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Web.config +++ b/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/Web.config @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/packages.config b/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/packages.config index a4d7ea6f30d..2eaed80975e 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/packages.config +++ b/PLATFORM/Modules/PaymentGateways/Paypal.AdaptivePayments/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Paypal.DirectPayments.csproj b/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Paypal.DirectPayments.csproj index e8e11755a83..620fb683076 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Paypal.DirectPayments.csproj +++ b/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Paypal.DirectPayments.csproj @@ -50,8 +50,8 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Web.config b/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Web.config index d19ccd90ebd..692d09c6834 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Web.config +++ b/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/Web.config @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/packages.config b/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/packages.config index 20771715b26..c3dd3725c6d 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/packages.config +++ b/PLATFORM/Modules/PaymentGateways/Paypal.DirectPayments/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Paypal.ExpressCheckout.csproj b/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Paypal.ExpressCheckout.csproj index 5681f281fbb..8e16569d025 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Paypal.ExpressCheckout.csproj +++ b/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Paypal.ExpressCheckout.csproj @@ -50,8 +50,8 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Web.config b/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Web.config index e40d985c2d1..46ed88f662e 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Web.config +++ b/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/Web.config @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/packages.config b/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/packages.config index 6903d47cb69..397c5bb75e7 100644 --- a/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/packages.config +++ b/PLATFORM/Modules/PaymentGateways/Paypal.ExpressCheckout/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/App.config b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/App.config index 7c573de9ffb..b3d81452491 100644 --- a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/App.config +++ b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/App.config @@ -1,42 +1,46 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/VirtoCommerce.PricingModule.Test.csproj b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/VirtoCommerce.PricingModule.Test.csproj index f36791022eb..5a37899e8c4 100644 --- a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/VirtoCommerce.PricingModule.Test.csproj +++ b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/VirtoCommerce.PricingModule.Test.csproj @@ -49,9 +49,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/packages.config b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/packages.config index 439dfe41bd8..d6d33f6aae4 100644 --- a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/packages.config +++ b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Test/packages.config @@ -1,13 +1,13 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/VirtoCommerce.PricingModule.Web.csproj b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/VirtoCommerce.PricingModule.Web.csproj index 20d539d6af0..48cd1845d69 100644 --- a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/VirtoCommerce.PricingModule.Web.csproj +++ b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/VirtoCommerce.PricingModule.Web.csproj @@ -62,9 +62,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/Web.config b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/Web.config index ff9d3189cfe..69b9ec0216a 100644 --- a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/Web.config +++ b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/Web.config @@ -1,73 +1,69 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/packages.config b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/packages.config index b3b475d4519..28912501e1b 100644 --- a/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/packages.config +++ b/PLATFORM/Modules/Pricing/VirtoCommerce.PricingModule.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/App.config b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/App.config index 5c8fd224feb..647ea261787 100644 --- a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/App.config +++ b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/App.config @@ -1,26 +1,30 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/VirtoCommerce.SearchModule.Data.csproj b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/VirtoCommerce.SearchModule.Data.csproj index 250c42c11de..85f0caeb5f1 100644 --- a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/VirtoCommerce.SearchModule.Data.csproj +++ b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/VirtoCommerce.SearchModule.Data.csproj @@ -39,8 +39,9 @@ ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - ..\..\..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll + + ..\..\..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll + True ..\..\..\packages\Lucene.Net.3.0.3\lib\NET40\Lucene.Net.dll @@ -75,8 +76,8 @@ ..\..\..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.SpellChecker.dll - - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/packages.config b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/packages.config index 6018a1ca3d5..2e45a4eef58 100644 --- a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/packages.config +++ b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Data/packages.config @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/VirtoCommerce.SearchModule.Web.csproj b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/VirtoCommerce.SearchModule.Web.csproj index aa97d9449fb..3b5fd6e4e29 100644 --- a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/VirtoCommerce.SearchModule.Web.csproj +++ b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/VirtoCommerce.SearchModule.Web.csproj @@ -55,8 +55,9 @@ ..\..\..\packages\Hangfire.Core.1.3.4\lib\net45\Hangfire.Core.dll - - ..\..\..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.Owin.4.1.1\lib\net45\Microsoft.Owin.dll + True False @@ -68,9 +69,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/Web.config b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/Web.config index da18822b5f4..eae063ebaa6 100644 --- a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/Web.config +++ b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/Web.config @@ -1,69 +1,65 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/packages.config b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/packages.config index 26da07e7c2b..ab334926ced 100644 --- a/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/packages.config +++ b/PLATFORM/Modules/Search/VirtoCommerce.SearchModule.Web/packages.config @@ -1,13 +1,13 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/App.config b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/App.config index 9ac011ab757..a108f834bf3 100644 --- a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/App.config +++ b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/App.config @@ -1,43 +1,47 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/VirtoCommerce.StoreModule.Test.csproj b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/VirtoCommerce.StoreModule.Test.csproj index 2b01fda4f47..3ffbc3a85c8 100644 --- a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/VirtoCommerce.StoreModule.Test.csproj +++ b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/VirtoCommerce.StoreModule.Test.csproj @@ -44,9 +44,9 @@ ..\..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/packages.config b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/packages.config index 07897a78e32..95c2d5a78db 100644 --- a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/packages.config +++ b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Test/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/VirtoCommerce.StoreModule.Web.csproj b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/VirtoCommerce.StoreModule.Web.csproj index fcf06b28129..a587c33160b 100644 --- a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/VirtoCommerce.StoreModule.Web.csproj +++ b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/VirtoCommerce.StoreModule.Web.csproj @@ -66,9 +66,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/Web.config b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/Web.config index 2feaa90d936..f574f982951 100644 --- a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/Web.config +++ b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/Web.config @@ -1,57 +1,53 @@ - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/packages.config b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/packages.config index d2677c8f0cd..e13717caffe 100644 --- a/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/packages.config +++ b/PLATFORM/Modules/Store/VirtoCommerce.StoreModule.Web/packages.config @@ -1,11 +1,11 @@ - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/SwashbuckleModule.Web.csproj b/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/SwashbuckleModule.Web.csproj index ca163568e31..20b0049e78c 100644 --- a/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/SwashbuckleModule.Web.csproj +++ b/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/SwashbuckleModule.Web.csproj @@ -52,9 +52,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\Swashbuckle.Core.VirtoCommerce.5.2.1\lib\net40\Swashbuckle.Core.dll diff --git a/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/Web.config b/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/Web.config index f2543e54f52..8837aa1326c 100644 --- a/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/Web.config +++ b/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/Web.config @@ -1,80 +1,76 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/packages.config b/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/packages.config index 41ca0bbacff..46ff0082fb0 100644 --- a/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/packages.config +++ b/PLATFORM/Modules/Swashbuckle/Swashbuckle.Module.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/AvaTax.TaxModule.Test.csproj b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/AvaTax.TaxModule.Test.csproj index 58218cf2320..789197a867f 100644 --- a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/AvaTax.TaxModule.Test.csproj +++ b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/AvaTax.TaxModule.Test.csproj @@ -40,9 +40,9 @@ ..\..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/app.config b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/app.config index 7ec977df1b8..c23502e1d66 100644 --- a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/app.config +++ b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/app.config @@ -1,27 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/packages.config b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/packages.config index d97e8b0fcba..ee64cf823fc 100644 --- a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/packages.config +++ b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Test/packages.config @@ -1,12 +1,12 @@ - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/AvaTax.TaxModule.Web.csproj b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/AvaTax.TaxModule.Web.csproj index f2d29298ed8..cc2d2b17b6b 100644 --- a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/AvaTax.TaxModule.Web.csproj +++ b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/AvaTax.TaxModule.Web.csproj @@ -59,9 +59,9 @@ ..\..\..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/Web.config b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/Web.config index dfc4ed6887f..bf3ef9c0376 100644 --- a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/Web.config +++ b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/Web.config @@ -1,47 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/packages.config b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/packages.config index 88c39c0d77e..9ad91ad3229 100644 --- a/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/packages.config +++ b/PLATFORM/Modules/Tax/AvaTax.TaxModule.Web/packages.config @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj b/PLATFORM/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj index f7cf23f8b9a..878c926efa4 100644 --- a/PLATFORM/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj +++ b/PLATFORM/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj @@ -61,9 +61,9 @@ ..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/PLATFORM/VirtoCommerce.Platform.Core/app.config b/PLATFORM/VirtoCommerce.Platform.Core/app.config index 979433298ca..b9ce7bb0624 100644 --- a/PLATFORM/VirtoCommerce.Platform.Core/app.config +++ b/PLATFORM/VirtoCommerce.Platform.Core/app.config @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/PLATFORM/VirtoCommerce.Platform.Core/packages.config b/PLATFORM/VirtoCommerce.Platform.Core/packages.config index 502be17ea42..830e260bbf3 100644 --- a/PLATFORM/VirtoCommerce.Platform.Core/packages.config +++ b/PLATFORM/VirtoCommerce.Platform.Core/packages.config @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/VirtoCommerce.Platform.Data/App.config b/PLATFORM/VirtoCommerce.Platform.Data/App.config index 99aa980e2f3..a4e0dc6d8d1 100644 --- a/PLATFORM/VirtoCommerce.Platform.Data/App.config +++ b/PLATFORM/VirtoCommerce.Platform.Data/App.config @@ -1,37 +1,49 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/VirtoCommerce.Platform.Data/VirtoCommerce.Platform.Data.csproj b/PLATFORM/VirtoCommerce.Platform.Data/VirtoCommerce.Platform.Data.csproj index fb9e7177a8d..f85a62f4d2c 100644 --- a/PLATFORM/VirtoCommerce.Platform.Data/VirtoCommerce.Platform.Data.csproj +++ b/PLATFORM/VirtoCommerce.Platform.Data/VirtoCommerce.Platform.Data.csproj @@ -43,38 +43,43 @@ ..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll - - ..\packages\Microsoft.AspNet.Identity.Core.2.2.0\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll True ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.1.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll True - - ..\packages\Microsoft.AspNet.Identity.Owin.2.2.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll True ..\packages\Microsoft.AspNet.SignalR.Core.2.2.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll - - ..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll + + ..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll + True - - ..\packages\Microsoft.Data.OData.5.6.0\lib\net40\Microsoft.Data.OData.dll + + ..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll + True - - ..\packages\Microsoft.Data.Services.Client.5.6.0\lib\net40\Microsoft.Data.Services.Client.dll + + ..\packages\Microsoft.Data.Services.Client.5.8.4\lib\net40\Microsoft.Data.Services.Client.dll + True - - ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll + + ..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True - - ..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll + + ..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - ..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll + + ..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll True @@ -88,9 +93,9 @@ False ..\packages\WindowsAzure.Storage.3.0.2.0\lib\net40\Microsoft.WindowsAzure.Storage.dll - - False - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll @@ -116,8 +121,9 @@ ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll - - ..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll + + ..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll + True diff --git a/PLATFORM/VirtoCommerce.Platform.Data/packages.config b/PLATFORM/VirtoCommerce.Platform.Data/packages.config index 4c1a9a6ef1d..96aedf75fc2 100644 --- a/PLATFORM/VirtoCommerce.Platform.Data/packages.config +++ b/PLATFORM/VirtoCommerce.Platform.Data/packages.config @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PLATFORM/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj b/PLATFORM/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj index 518a6922b7c..239e4841a65 100644 --- a/PLATFORM/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj +++ b/PLATFORM/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj @@ -85,17 +85,17 @@ ..\packages\Hangfire.SqlServer.1.3.4\lib\net45\Hangfire.SqlServer.dll True - - False - ..\packages\Microsoft.AspNet.Identity.Core.2.2.0\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.1.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll True - - False - ..\packages\Microsoft.AspNet.Identity.Owin.2.2.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True ..\packages\Microsoft.AspNet.SignalR.Core.2.2.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll @@ -105,17 +105,17 @@ ..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.0\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll - - ..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll + + ..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll True - - ..\packages\Microsoft.Data.OData.5.6.0\lib\net40\Microsoft.Data.OData.dll + + ..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll True - - False - ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll + + ..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True ..\packages\Microsoft.Owin.FileSystems.3.0.1\lib\net45\Microsoft.Owin.FileSystems.dll @@ -124,13 +124,13 @@ False ..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll - - False - ..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll + + ..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - False - ..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll + + ..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + True False @@ -158,9 +158,9 @@ False ..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll - - False - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\packages\NLog.3.2.0.0\lib\net45\NLog.dll @@ -187,8 +187,8 @@ False ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll - - ..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll + + ..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll True diff --git a/PLATFORM/VirtoCommerce.Platform.Web/Web.config b/PLATFORM/VirtoCommerce.Platform.Web/Web.config index 03be2ac7616..b4f9a65f179 100644 --- a/PLATFORM/VirtoCommerce.Platform.Web/Web.config +++ b/PLATFORM/VirtoCommerce.Platform.Web/Web.config @@ -1,188 +1,192 @@ - - - - -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PLATFORM/VirtoCommerce.Platform.Web/packages.config b/PLATFORM/VirtoCommerce.Platform.Web/packages.config index 8d495baab23..9d30bb2533b 100644 --- a/PLATFORM/VirtoCommerce.Platform.Web/packages.config +++ b/PLATFORM/VirtoCommerce.Platform.Web/packages.config @@ -1,55 +1,55 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/STOREFRONT/ApiClient/VirtoCommerce.ApiClient.csproj b/STOREFRONT/ApiClient/VirtoCommerce.ApiClient.csproj index b0055eb34b1..2accb52b2e6 100644 --- a/STOREFRONT/ApiClient/VirtoCommerce.ApiClient.csproj +++ b/STOREFRONT/ApiClient/VirtoCommerce.ApiClient.csproj @@ -33,9 +33,9 @@ 4 - - False - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/STOREFRONT/ApiClient/app.config b/STOREFRONT/ApiClient/app.config index fb64f4a79d1..06aa644a9d8 100644 --- a/STOREFRONT/ApiClient/app.config +++ b/STOREFRONT/ApiClient/app.config @@ -1,14 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/STOREFRONT/ApiClient/packages.config b/STOREFRONT/ApiClient/packages.config index e16e3779eee..3e178abc4d6 100644 --- a/STOREFRONT/ApiClient/packages.config +++ b/STOREFRONT/ApiClient/packages.config @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file diff --git a/STOREFRONT/WebModels/VirtoCommerce.WebModels.csproj b/STOREFRONT/WebModels/VirtoCommerce.WebModels.csproj index 479dd5168d4..35e6528b341 100644 --- a/STOREFRONT/WebModels/VirtoCommerce.WebModels.csproj +++ b/STOREFRONT/WebModels/VirtoCommerce.WebModels.csproj @@ -42,8 +42,9 @@ True ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll diff --git a/STOREFRONT/WebModels/packages.config b/STOREFRONT/WebModels/packages.config index 87cc42ff7a5..ddc9d2be2f8 100644 --- a/STOREFRONT/WebModels/packages.config +++ b/STOREFRONT/WebModels/packages.config @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/STOREFRONT/WebViews/VirtoCommerce.WebViews.csproj b/STOREFRONT/WebViews/VirtoCommerce.WebViews.csproj index 002b536d47f..92955181564 100644 --- a/STOREFRONT/WebViews/VirtoCommerce.WebViews.csproj +++ b/STOREFRONT/WebViews/VirtoCommerce.WebViews.csproj @@ -42,9 +42,9 @@ True ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - False - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/STOREFRONT/WebViews/packages.config b/STOREFRONT/WebViews/packages.config index 51d63245edf..2bbbb1191be 100644 --- a/STOREFRONT/WebViews/packages.config +++ b/STOREFRONT/WebViews/packages.config @@ -1,12 +1,12 @@ - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/STOREFRONT/Website/VirtoCommerce.Website.csproj b/STOREFRONT/Website/VirtoCommerce.Website.csproj index 19aafe8cc0b..d4551c96071 100644 --- a/STOREFRONT/Website/VirtoCommerce.Website.csproj +++ b/STOREFRONT/Website/VirtoCommerce.Website.csproj @@ -51,37 +51,37 @@ ..\Shared\LibSassNetProxy.dll - - ..\packages\Microsoft.AspNet.Identity.Core.2.2.0\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll True - - ..\packages\Microsoft.AspNet.Identity.Owin.2.2.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll True - - ..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll + + ..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll True - - ..\packages\Microsoft.Data.OData.5.6.0\lib\net40\Microsoft.Data.OData.dll + + ..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll True - - ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll + + ..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll True ..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll True - - ..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll + + ..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll True - - ..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll + + ..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll True @@ -96,8 +96,8 @@ ..\packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll True - - ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True @@ -114,8 +114,8 @@ True - - ..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll + + ..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll True diff --git a/STOREFRONT/Website/Web.config b/STOREFRONT/Website/Web.config index 62ca00dc03e..8ca93d3adcd 100644 --- a/STOREFRONT/Website/Web.config +++ b/STOREFRONT/Website/Web.config @@ -1,134 +1,146 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/STOREFRONT/Website/packages.config b/STOREFRONT/Website/packages.config index 34d11570c2d..127481adcb0 100644 --- a/STOREFRONT/Website/packages.config +++ b/STOREFRONT/Website/packages.config @@ -1,31 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file