From 376804a956a902c8b75f776267abed708d780b84 Mon Sep 17 00:00:00 2001 From: Dennis Doomen Date: Tue, 23 May 2017 18:04:18 +0200 Subject: [PATCH 1/3] Updated some of the packages. --- Samples/ExampleHost/App.config | 6 ++- Samples/ExampleHost/ExampleHost.csproj | 25 +++++------ Samples/ExampleHost/JsonFileEventStore.cs | 2 +- Samples/ExampleHost/packages.config | 12 +++--- .../LiquidProjections.Specs.csproj | 41 ++++++++----------- Tests/LiquidProjections.Specs/packages.config | 16 ++++---- 6 files changed, 48 insertions(+), 54 deletions(-) diff --git a/Samples/ExampleHost/App.config b/Samples/ExampleHost/App.config index 97530a9..7c164fe 100644 --- a/Samples/ExampleHost/App.config +++ b/Samples/ExampleHost/App.config @@ -15,7 +15,7 @@ - + @@ -25,6 +25,10 @@ + + + + diff --git a/Samples/ExampleHost/ExampleHost.csproj b/Samples/ExampleHost/ExampleHost.csproj index f8d37ac..c03f633 100644 --- a/Samples/ExampleHost/ExampleHost.csproj +++ b/Samples/ExampleHost/ExampleHost.csproj @@ -39,25 +39,20 @@ true - - ..\..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll - True + + ..\..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll - - ..\..\packages\Microsoft.Owin.Diagnostics.3.0.1\lib\net45\Microsoft.Owin.Diagnostics.dll - True + + ..\..\packages\Microsoft.Owin.Diagnostics.3.1.0\lib\net45\Microsoft.Owin.Diagnostics.dll - - ..\..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll - True + + ..\..\packages\Microsoft.Owin.Host.HttpListener.3.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll - - ..\..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll - True + + ..\..\packages\Microsoft.Owin.Hosting.3.1.0\lib\net45\Microsoft.Owin.Hosting.dll - - ..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll - True + + ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll ..\..\packages\Owin.1.0\lib\net40\Owin.dll diff --git a/Samples/ExampleHost/JsonFileEventStore.cs b/Samples/ExampleHost/JsonFileEventStore.cs index 3e7e1fa..068d3b1 100644 --- a/Samples/ExampleHost/JsonFileEventStore.cs +++ b/Samples/ExampleHost/JsonFileEventStore.cs @@ -72,7 +72,7 @@ private Task LoadNextPageAsync() Body = JsonConvert.DeserializeObject(json, new JsonSerializerSettings { TypeNameHandling = TypeNameHandling.All, - TypeNameAssemblyFormat = FormatterAssemblyStyle.Full + TypeNameAssemblyFormatHandling = TypeNameAssemblyFormatHandling.Full }) }); } diff --git a/Samples/ExampleHost/packages.config b/Samples/ExampleHost/packages.config index fafe704..fa8d503 100644 --- a/Samples/ExampleHost/packages.config +++ b/Samples/ExampleHost/packages.config @@ -4,12 +4,12 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/Tests/LiquidProjections.Specs/LiquidProjections.Specs.csproj b/Tests/LiquidProjections.Specs/LiquidProjections.Specs.csproj index 4839cf3..f9b3bcc 100644 --- a/Tests/LiquidProjections.Specs/LiquidProjections.Specs.csproj +++ b/Tests/LiquidProjections.Specs/LiquidProjections.Specs.csproj @@ -34,17 +34,14 @@ true - - ..\..\packages\Chill.2.4.1\Lib\net45\Chill.dll - True + + ..\..\packages\Chill.3.0.0\lib\net45\Chill.dll - - ..\..\packages\FluentAssertions.4.18.0\lib\net45\FluentAssertions.dll - True + + ..\..\packages\FluentAssertions.4.19.2\lib\net45\FluentAssertions.dll - - ..\..\packages\FluentAssertions.4.18.0\lib\net45\FluentAssertions.Core.dll - True + + ..\..\packages\FluentAssertions.4.19.2\lib\net45\FluentAssertions.Core.dll @@ -55,20 +52,16 @@ - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True + ..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True + + ..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True + + ..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True + + ..\..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll @@ -77,9 +70,8 @@ - - - + + @@ -98,6 +90,9 @@ + + +