From 76d82e192606793a52e1500b00b66619993d4c94 Mon Sep 17 00:00:00 2001 From: Bart Koelman <10324372+bkoelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:29:55 +0200 Subject: [PATCH] Run tests against the latest version of MongoDB.Driver --- .github/dependabot.yml | 1 + Directory.Build.props | 1 + test/TestBuildingBlocks/TestBuildingBlocks.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ecd4217..53356ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: ignore: # Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change. - dependency-name: 'JsonApiDotNetCore*' + - dependency-name: 'MongoDB.Driver*' # Block major updates of packages that require a matching .NET version. - dependency-name: 'Microsoft.AspNetCore*' update-types: ["version-update:semver-major"] diff --git a/Directory.Build.props b/Directory.Build.props index b5169a9..c2e8807 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -31,6 +31,7 @@ 2.3.* 1.3.* 2023.2.* + 2.21.* 1.1.* 17.7.* 2.5.* diff --git a/test/TestBuildingBlocks/TestBuildingBlocks.csproj b/test/TestBuildingBlocks/TestBuildingBlocks.csproj index ecb2125..9d30f13 100644 --- a/test/TestBuildingBlocks/TestBuildingBlocks.csproj +++ b/test/TestBuildingBlocks/TestBuildingBlocks.csproj @@ -18,6 +18,7 @@ +