From e83ae3879dace8829ae2bbf83465a45c0238345e Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Fri, 9 Aug 2019 16:47:35 +0000 Subject: [PATCH] :package: Automatic update of Newtonsoft.Json to 12.0.2 --- src/Qwiq.Core.Rest/Qwiq.Client.Rest.csproj | 5 +++-- src/Qwiq.Core.Rest/packages.config | 2 +- src/Qwiq.Core.Soap/Qwiq.Client.Soap.csproj | 5 +++-- src/Qwiq.Core.Soap/packages.config | 2 +- src/Qwiq.Core/Qwiq.Core.csproj | 5 +++-- src/Qwiq.Core/packages.config | 2 +- src/Qwiq.Identity.Soap/Qwiq.Identity.Soap.csproj | 5 +++-- src/Qwiq.Identity.Soap/packages.config | 2 +- src/Qwiq.Identity/Qwiq.Identity.csproj | 5 +++-- src/Qwiq.Identity/packages.config | 2 +- test/Qwiq.Core.Tests/Qwiq.Core.UnitTests.csproj | 2 +- test/Qwiq.Identity.Tests/Qwiq.Identity.UnitTests.csproj | 2 +- test/Qwiq.Integration.Tests/Qwiq.IntegrationTests.csproj | 2 +- .../Qwiq.Mapper.BenchmarkTests.csproj | 2 +- test/Qwiq.Mapper.Tests/Qwiq.Mapper.UnitTests.csproj | 2 +- test/Qwiq.Mocks/Qwiq.Mocks.csproj | 5 +++-- test/Qwiq.Mocks/packages.config | 2 +- 17 files changed, 29 insertions(+), 23 deletions(-) diff --git a/src/Qwiq.Core.Rest/Qwiq.Client.Rest.csproj b/src/Qwiq.Core.Rest/Qwiq.Client.Rest.csproj index 74e18f38..4686eee6 100644 --- a/src/Qwiq.Core.Rest/Qwiq.Client.Rest.csproj +++ b/src/Qwiq.Core.Rest/Qwiq.Client.Rest.csproj @@ -59,8 +59,9 @@ ..\..\packages\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/Qwiq.Core.Rest/packages.config b/src/Qwiq.Core.Rest/packages.config index d25e803c..f19170e2 100644 --- a/src/Qwiq.Core.Rest/packages.config +++ b/src/Qwiq.Core.Rest/packages.config @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/src/Qwiq.Core.Soap/Qwiq.Client.Soap.csproj b/src/Qwiq.Core.Soap/Qwiq.Client.Soap.csproj index 3b032f4b..bd8f9433 100644 --- a/src/Qwiq.Core.Soap/Qwiq.Client.Soap.csproj +++ b/src/Qwiq.Core.Soap/Qwiq.Client.Soap.csproj @@ -145,8 +145,9 @@ ..\..\packages\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/Qwiq.Core.Soap/packages.config b/src/Qwiq.Core.Soap/packages.config index 238a5669..6042c47d 100644 --- a/src/Qwiq.Core.Soap/packages.config +++ b/src/Qwiq.Core.Soap/packages.config @@ -11,7 +11,7 @@ - + diff --git a/src/Qwiq.Core/Qwiq.Core.csproj b/src/Qwiq.Core/Qwiq.Core.csproj index 3050fe31..91f8bdf9 100644 --- a/src/Qwiq.Core/Qwiq.Core.csproj +++ b/src/Qwiq.Core/Qwiq.Core.csproj @@ -43,8 +43,9 @@ ..\..\packages\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/Qwiq.Core/packages.config b/src/Qwiq.Core/packages.config index dfff8a58..8b089e24 100644 --- a/src/Qwiq.Core/packages.config +++ b/src/Qwiq.Core/packages.config @@ -7,7 +7,7 @@ - + diff --git a/src/Qwiq.Identity.Soap/Qwiq.Identity.Soap.csproj b/src/Qwiq.Identity.Soap/Qwiq.Identity.Soap.csproj index f7ebb55f..d059e07e 100644 --- a/src/Qwiq.Identity.Soap/Qwiq.Identity.Soap.csproj +++ b/src/Qwiq.Identity.Soap/Qwiq.Identity.Soap.csproj @@ -145,8 +145,9 @@ ..\..\packages\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/Qwiq.Identity.Soap/packages.config b/src/Qwiq.Identity.Soap/packages.config index 238a5669..6042c47d 100644 --- a/src/Qwiq.Identity.Soap/packages.config +++ b/src/Qwiq.Identity.Soap/packages.config @@ -11,7 +11,7 @@ - + diff --git a/src/Qwiq.Identity/Qwiq.Identity.csproj b/src/Qwiq.Identity/Qwiq.Identity.csproj index 23a9a431..b8c307c8 100644 --- a/src/Qwiq.Identity/Qwiq.Identity.csproj +++ b/src/Qwiq.Identity/Qwiq.Identity.csproj @@ -58,8 +58,9 @@ ..\..\packages\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/Qwiq.Identity/packages.config b/src/Qwiq.Identity/packages.config index a6095880..02dd4f1f 100644 --- a/src/Qwiq.Identity/packages.config +++ b/src/Qwiq.Identity/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/test/Qwiq.Core.Tests/Qwiq.Core.UnitTests.csproj b/test/Qwiq.Core.Tests/Qwiq.Core.UnitTests.csproj index 6624a0b9..8c258231 100644 --- a/test/Qwiq.Core.Tests/Qwiq.Core.UnitTests.csproj +++ b/test/Qwiq.Core.Tests/Qwiq.Core.UnitTests.csproj @@ -36,7 +36,7 @@ - + diff --git a/test/Qwiq.Identity.Tests/Qwiq.Identity.UnitTests.csproj b/test/Qwiq.Identity.Tests/Qwiq.Identity.UnitTests.csproj index 5b6df9cb..a981f3e4 100644 --- a/test/Qwiq.Identity.Tests/Qwiq.Identity.UnitTests.csproj +++ b/test/Qwiq.Identity.Tests/Qwiq.Identity.UnitTests.csproj @@ -36,7 +36,7 @@ - + diff --git a/test/Qwiq.Integration.Tests/Qwiq.IntegrationTests.csproj b/test/Qwiq.Integration.Tests/Qwiq.IntegrationTests.csproj index 69c7750c..d66da1d3 100644 --- a/test/Qwiq.Integration.Tests/Qwiq.IntegrationTests.csproj +++ b/test/Qwiq.Integration.Tests/Qwiq.IntegrationTests.csproj @@ -37,7 +37,7 @@ - + diff --git a/test/Qwiq.Mapper.Benchmark.Tests/Qwiq.Mapper.BenchmarkTests.csproj b/test/Qwiq.Mapper.Benchmark.Tests/Qwiq.Mapper.BenchmarkTests.csproj index bae18e93..fb4f55e2 100644 --- a/test/Qwiq.Mapper.Benchmark.Tests/Qwiq.Mapper.BenchmarkTests.csproj +++ b/test/Qwiq.Mapper.Benchmark.Tests/Qwiq.Mapper.BenchmarkTests.csproj @@ -37,7 +37,7 @@ - + diff --git a/test/Qwiq.Mapper.Tests/Qwiq.Mapper.UnitTests.csproj b/test/Qwiq.Mapper.Tests/Qwiq.Mapper.UnitTests.csproj index 1b6ae40d..37735117 100644 --- a/test/Qwiq.Mapper.Tests/Qwiq.Mapper.UnitTests.csproj +++ b/test/Qwiq.Mapper.Tests/Qwiq.Mapper.UnitTests.csproj @@ -29,7 +29,7 @@ - + diff --git a/test/Qwiq.Mocks/Qwiq.Mocks.csproj b/test/Qwiq.Mocks/Qwiq.Mocks.csproj index b00e1d8c..421b9ac4 100644 --- a/test/Qwiq.Mocks/Qwiq.Mocks.csproj +++ b/test/Qwiq.Mocks/Qwiq.Mocks.csproj @@ -26,8 +26,9 @@ ..\..\packages\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + True diff --git a/test/Qwiq.Mocks/packages.config b/test/Qwiq.Mocks/packages.config index a6095880..02dd4f1f 100644 --- a/test/Qwiq.Mocks/packages.config +++ b/test/Qwiq.Mocks/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file