From 8c9bd4105792648cae6992c08e32d1978de3e01b Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Tue, 1 Mar 2016 21:44:51 +0000 Subject: [PATCH] upgraded Json.Net and Nancy packages --- RequestPlex.Api/RequestPlex.Api.csproj | 5 +++-- RequestPlex.Api/app.config | 11 +++++++++++ RequestPlex.Api/packages.config | 2 +- RequestPlex.Core/RequestPlex.Core.csproj | 1 + RequestPlex.Core/app.config | 11 +++++++++++ RequestPlex.UI/RequestPlex.UI.csproj | 7 ++++--- RequestPlex.UI/app.config | 8 ++++++++ RequestPlex.UI/packages.config | 2 +- 8 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 RequestPlex.Api/app.config create mode 100644 RequestPlex.Core/app.config diff --git a/RequestPlex.Api/RequestPlex.Api.csproj b/RequestPlex.Api/RequestPlex.Api.csproj index 1b81b40ee..bc26a3015 100644 --- a/RequestPlex.Api/RequestPlex.Api.csproj +++ b/RequestPlex.Api/RequestPlex.Api.csproj @@ -38,8 +38,8 @@ ..\packages\Nancy.1.4.3\lib\net40\Nancy.dll True - - ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll True @@ -70,6 +70,7 @@ + diff --git a/RequestPlex.Api/app.config b/RequestPlex.Api/app.config new file mode 100644 index 000000000..ac2586ac9 --- /dev/null +++ b/RequestPlex.Api/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/RequestPlex.Api/packages.config b/RequestPlex.Api/packages.config index 50b670221..62b36e32c 100644 --- a/RequestPlex.Api/packages.config +++ b/RequestPlex.Api/packages.config @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/RequestPlex.Core/RequestPlex.Core.csproj b/RequestPlex.Core/RequestPlex.Core.csproj index 62122a746..958a2fed9 100644 --- a/RequestPlex.Core/RequestPlex.Core.csproj +++ b/RequestPlex.Core/RequestPlex.Core.csproj @@ -74,6 +74,7 @@ + diff --git a/RequestPlex.Core/app.config b/RequestPlex.Core/app.config new file mode 100644 index 000000000..ac2586ac9 --- /dev/null +++ b/RequestPlex.Core/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/RequestPlex.UI/RequestPlex.UI.csproj b/RequestPlex.UI/RequestPlex.UI.csproj index 48a5d21a8..f2920dd7c 100644 --- a/RequestPlex.UI/RequestPlex.UI.csproj +++ b/RequestPlex.UI/RequestPlex.UI.csproj @@ -38,7 +38,7 @@ DEBUG;TRACE prompt 4 - false + true AnyCPU @@ -70,8 +70,9 @@ False ..\Assemblies\Mono.Data.Sqlite.dll - - ..\packages\Nancy.1.4.1\lib\net40\Nancy.dll + + ..\packages\Nancy.1.4.3\lib\net40\Nancy.dll + True ..\packages\Nancy.Authentication.Basic.1.4.1\lib\net40\Nancy.Authentication.Basic.dll diff --git a/RequestPlex.UI/app.config b/RequestPlex.UI/app.config index 825a85f28..ba2fe0922 100644 --- a/RequestPlex.UI/app.config +++ b/RequestPlex.UI/app.config @@ -28,4 +28,12 @@ + + + + + + + + \ No newline at end of file diff --git a/RequestPlex.UI/packages.config b/RequestPlex.UI/packages.config index 7b054d963..149d4de12 100644 --- a/RequestPlex.UI/packages.config +++ b/RequestPlex.UI/packages.config @@ -4,7 +4,7 @@ - +