From 208a1b101aefb85fa0217cba03bf7dd9c509ecac Mon Sep 17 00:00:00 2001 From: danielde Date: Fri, 17 Jul 2015 13:21:55 +0100 Subject: [PATCH] Upgrade packages and .net version Upgrade .NET to 4.5 Upgrade EPiServer.Find to version 9.4.0.2900 Upgrade Newtonsoft.Json to version 6.0.8 --- Nested2Find.Tests/Nested2Find.Tests.csproj | 12 +++++++----- Nested2Find.Tests/packages.config | 10 +++++----- Nested2Find/Nested2Find.csproj | 13 ++++++++----- Nested2Find/packages.config | 4 ++-- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/Nested2Find.Tests/Nested2Find.Tests.csproj b/Nested2Find.Tests/Nested2Find.Tests.csproj index 7e5bf9a..f2ae66c 100644 --- a/Nested2Find.Tests/Nested2Find.Tests.csproj +++ b/Nested2Find.Tests/Nested2Find.Tests.csproj @@ -10,7 +10,7 @@ Properties Nested2Find.Tests Nested2Find.Tests - v4.0 + v4.5 512 ..\ true @@ -36,8 +36,9 @@ false - - ..\packages\EPiServer.Find.8.2.1.643\lib\net40\EPiServer.Find.dll + + False + ..\packages\EPiServer.Find.9.4.0.2900\lib\net45\EPiServer.Find.dll ..\packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll @@ -51,8 +52,9 @@ ..\packages\Machine.Specifications.Should.0.7.2\lib\net45\Machine.Specifications.Should.dll - - ..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.dll + + False + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll ..\packages\StoryQ.2.0.5\lib\StoryQ.dll diff --git a/Nested2Find.Tests/packages.config b/Nested2Find.Tests/packages.config index f9b8b86..ed53a2b 100644 --- a/Nested2Find.Tests/packages.config +++ b/Nested2Find.Tests/packages.config @@ -1,10 +1,10 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Nested2Find/Nested2Find.csproj b/Nested2Find/Nested2Find.csproj index bffb345..2179fb8 100644 --- a/Nested2Find/Nested2Find.csproj +++ b/Nested2Find/Nested2Find.csproj @@ -10,7 +10,7 @@ Properties Nested2Find Nested2Find - v4.0 + v4.5 512 ..\ true @@ -36,16 +36,19 @@ false - + False - ..\packages\EPiServer.Find.8.2.1.643\lib\net40\EPiServer.Find.dll + ..\packages\EPiServer.Find.9.4.0.2900\lib\net45\EPiServer.Find.dll - - ..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.dll + + False + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + diff --git a/Nested2Find/packages.config b/Nested2Find/packages.config index d0fc3db..6bd1f30 100644 --- a/Nested2Find/packages.config +++ b/Nested2Find/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file