From 67e7318021d1f3e420e0514e098c53c19c5111a3 Mon Sep 17 00:00:00 2001 From: alexandre-spieser Date: Sat, 27 Jan 2018 14:49:13 +0000 Subject: [PATCH] updating mongodb driver to version 2.5.0 for MongoDB 3.6 support. --- .../CoreIntegrationTests.csproj | 2 +- IntegrationTests/App.config | 2 +- IntegrationTests/IntegrationTests.csproj | 18 ++++++++++++------ IntegrationTests/packages.config | 8 +++++--- .../MongoDbGenericRepository.csproj | 2 +- 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CoreIntegrationTests/CoreIntegrationTests.csproj b/CoreIntegrationTests/CoreIntegrationTests.csproj index df861fe..57635a7 100644 --- a/CoreIntegrationTests/CoreIntegrationTests.csproj +++ b/CoreIntegrationTests/CoreIntegrationTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/IntegrationTests/App.config b/IntegrationTests/App.config index de3ac64..beb386a 100644 --- a/IntegrationTests/App.config +++ b/IntegrationTests/App.config @@ -11,7 +11,7 @@ - + diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index 0f0cc42..a6124e1 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -30,19 +30,25 @@ 4 - - ..\packages\MongoDB.Bson.2.4.4\lib\net45\MongoDB.Bson.dll + + ..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll - - ..\packages\MongoDB.Driver.2.4.4\lib\net45\MongoDB.Driver.dll + + ..\packages\MongoDB.Bson.2.5.0\lib\net45\MongoDB.Bson.dll - - ..\packages\MongoDB.Driver.Core.2.4.4\lib\net45\MongoDB.Driver.Core.dll + + ..\packages\MongoDB.Driver.2.5.0\lib\net45\MongoDB.Driver.dll + + + ..\packages\MongoDB.Driver.Core.2.5.0\lib\net45\MongoDB.Driver.Core.dll ..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll + + ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll + diff --git a/IntegrationTests/packages.config b/IntegrationTests/packages.config index 83aebab..3bf8d7c 100644 --- a/IntegrationTests/packages.config +++ b/IntegrationTests/packages.config @@ -1,9 +1,11 @@  - - - + + + + + \ No newline at end of file diff --git a/MongoDbGenericRepository/MongoDbGenericRepository.csproj b/MongoDbGenericRepository/MongoDbGenericRepository.csproj index cb8ce6d..e2f7487 100644 --- a/MongoDbGenericRepository/MongoDbGenericRepository.csproj +++ b/MongoDbGenericRepository/MongoDbGenericRepository.csproj @@ -17,7 +17,7 @@ - +