From b1807fd395d0458440acc289f8a98742b8fa8e3b Mon Sep 17 00:00:00 2001 From: Bob Langley Date: Wed, 11 May 2016 15:07:36 -0700 Subject: [PATCH 01/12] Update Newtonsoft.Json --- .../ServiceControlInstaller.Packaging.csproj | 5 ++-- .../app.config | 27 ++++++++++++++++++ .../packages.config | 2 +- src/ServiceControl.AcceptanceTests/App.config | 20 +++++++++++++ .../ServiceControl.AcceptanceTests.csproj | 4 +-- .../packages.config | 2 +- src/ServiceControl.UnitTests/App.config | 4 +++ .../ServiceControl.UnitTests.csproj | 4 +-- src/ServiceControl.UnitTests/packages.config | 2 +- src/ServiceControl/App.config | 28 +++++++++++++++++-- src/ServiceControl/ServiceControl.csproj | 4 +-- src/ServiceControl/packages.config | 2 +- 12 files changed, 89 insertions(+), 15 deletions(-) create mode 100644 src/ServicControlInstaller.Packaging/app.config diff --git a/src/ServicControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj b/src/ServicControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj index 24d8dada25..3c580bcb03 100644 --- a/src/ServicControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj +++ b/src/ServicControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj @@ -62,8 +62,8 @@ ..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll True - - ..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll True @@ -105,6 +105,7 @@ + diff --git a/src/ServicControlInstaller.Packaging/app.config b/src/ServicControlInstaller.Packaging/app.config new file mode 100644 index 0000000000..632c3c164a --- /dev/null +++ b/src/ServicControlInstaller.Packaging/app.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ServicControlInstaller.Packaging/packages.config b/src/ServicControlInstaller.Packaging/packages.config index 67625b0da1..25ca7c2095 100644 --- a/src/ServicControlInstaller.Packaging/packages.config +++ b/src/ServicControlInstaller.Packaging/packages.config @@ -5,7 +5,7 @@ - + diff --git a/src/ServiceControl.AcceptanceTests/App.config b/src/ServiceControl.AcceptanceTests/App.config index 11e4872ac8..1bac3c9dc0 100644 --- a/src/ServiceControl.AcceptanceTests/App.config +++ b/src/ServiceControl.AcceptanceTests/App.config @@ -11,6 +11,26 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj b/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj index 5502d16d23..122f803977 100644 --- a/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj +++ b/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj @@ -72,8 +72,8 @@ ..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll True - - ..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll True diff --git a/src/ServiceControl.AcceptanceTests/packages.config b/src/ServiceControl.AcceptanceTests/packages.config index 4ca4fd5aae..7835fefebe 100644 --- a/src/ServiceControl.AcceptanceTests/packages.config +++ b/src/ServiceControl.AcceptanceTests/packages.config @@ -7,7 +7,7 @@ - + diff --git a/src/ServiceControl.UnitTests/App.config b/src/ServiceControl.UnitTests/App.config index 04e604cb5a..49e071e89f 100644 --- a/src/ServiceControl.UnitTests/App.config +++ b/src/ServiceControl.UnitTests/App.config @@ -22,6 +22,10 @@ + + + + \ No newline at end of file diff --git a/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj b/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj index a1870e788f..fe70b2d976 100644 --- a/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj +++ b/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj @@ -72,8 +72,8 @@ ..\packages\Nancy.1.2.0\lib\net40\Nancy.dll True - - ..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll True diff --git a/src/ServiceControl.UnitTests/packages.config b/src/ServiceControl.UnitTests/packages.config index 5967fe344f..6f76e5a90f 100644 --- a/src/ServiceControl.UnitTests/packages.config +++ b/src/ServiceControl.UnitTests/packages.config @@ -8,7 +8,7 @@ - + diff --git a/src/ServiceControl/App.config b/src/ServiceControl/App.config index 095bb1e485..059d9afcb7 100644 --- a/src/ServiceControl/App.config +++ b/src/ServiceControl/App.config @@ -1,4 +1,4 @@ - +