Skip to content

Commit 76d82e1

Browse files
committed
Run tests against the latest version of MongoDB.Driver
1 parent 3e02a6a commit 76d82e1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: .github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ updates:
1616
ignore:
1717
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
1818
- dependency-name: 'JsonApiDotNetCore*'
19+
- dependency-name: 'MongoDB.Driver*'
1920
# Block major updates of packages that require a matching .NET version.
2021
- dependency-name: 'Microsoft.AspNetCore*'
2122
update-types: ["version-update:semver-major"]

Diff for: Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<GitHubActionsTestLoggerVersion>2.3.*</GitHubActionsTestLoggerVersion>
3232
<InheritDocVersion>1.3.*</InheritDocVersion>
3333
<JetBrainsAnnotationsVersion>2023.2.*</JetBrainsAnnotationsVersion>
34+
<MongoDBDriverVersion>2.21.*</MongoDBDriverVersion>
3435
<SourceLinkVersion>1.1.*</SourceLinkVersion>
3536
<TestSdkVersion>17.7.*</TestSdkVersion>
3637
<XunitVersion>2.5.*</XunitVersion>

Diff for: test/TestBuildingBlocks/TestBuildingBlocks.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
1919
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspNetCoreVersion)" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
21+
<PackageReference Include="MongoDB.Driver" Version="$(MongoDBDriverVersion)" />
2122
<PackageReference Include="xunit" Version="$(XunitVersion)" />
2223
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" PrivateAssets="All" />
2324
</ItemGroup>

0 commit comments

Comments
 (0)