diff --git a/CoreIntegrationTests/CoreIntegrationTests.csproj b/CoreIntegrationTests/CoreIntegrationTests.csproj index 6eeea79..5d424fa 100644 --- a/CoreIntegrationTests/CoreIntegrationTests.csproj +++ b/CoreIntegrationTests/CoreIntegrationTests.csproj @@ -7,7 +7,7 @@ - + all diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index eb9bb07..9d9684c 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -55,17 +55,17 @@ ..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll - - ..\packages\MongoDB.Bson.2.20.0\lib\net472\MongoDB.Bson.dll + + ..\packages\MongoDB.Bson.2.28.0\lib\net472\MongoDB.Bson.dll - - ..\packages\MongoDB.Driver.2.18.0\lib\net472\MongoDB.Driver.dll + + ..\packages\MongoDB.Driver.2.28.0\lib\net472\MongoDB.Driver.dll - - ..\packages\MongoDB.Driver.Core.2.20.0\lib\net472\MongoDB.Driver.Core.dll + + ..\packages\MongoDB.Driver.Core.2.28.0\lib\net472\MongoDB.Driver.Core.dll - - ..\packages\MongoDB.Libmongocrypt.1.9.0\lib\netstandard2.0\MongoDB.Libmongocrypt.dll + + ..\packages\MongoDB.Libmongocrypt.1.11.0\lib\net472\MongoDB.Libmongocrypt.dll @@ -167,6 +167,8 @@ Designer + + @@ -182,8 +184,6 @@ - - @@ -193,7 +193,7 @@ - + - + \ No newline at end of file diff --git a/IntegrationTests/libmongocrypt.dylib b/IntegrationTests/libmongocrypt.dylib index 29f4c5c..62acf40 100644 Binary files a/IntegrationTests/libmongocrypt.dylib and b/IntegrationTests/libmongocrypt.dylib differ diff --git a/IntegrationTests/packages.config b/IntegrationTests/packages.config index 6e839ee..360a921 100644 --- a/IntegrationTests/packages.config +++ b/IntegrationTests/packages.config @@ -1,7 +1,5 @@  - - @@ -9,8 +7,10 @@ - - + + + + diff --git a/MongoDbGenericRepository/MongoDbGenericRepository.csproj b/MongoDbGenericRepository/MongoDbGenericRepository.csproj index 6648835..b392918 100644 --- a/MongoDbGenericRepository/MongoDbGenericRepository.csproj +++ b/MongoDbGenericRepository/MongoDbGenericRepository.csproj @@ -4,7 +4,7 @@ net472;netstandard2.0; true MongoDbGenericRepository - 1.6.0 + 1.6.2 Alexandre Spieser MongoDb Generic Repository A generic repository implementation using the MongoDB C# Sharp 2.0 driver. @@ -15,7 +15,7 @@ Copyright 2023 (c) Alexandre Spieser. All rights reserved. MongoDb Repository Generic NoSql true - 1.6.0 + 1.6.2 https://github.com/alexandre-spieser/mongodb-generic-repository Git @@ -25,7 +25,7 @@ - + \ No newline at end of file