File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ updates:
16
16
ignore :
17
17
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
18
18
- dependency-name : ' JsonApiDotNetCore*'
19
+ - dependency-name : ' MongoDB.Driver*'
19
20
# Block major updates of packages that require a matching .NET version.
20
21
- dependency-name : ' Microsoft.AspNetCore*'
21
22
update-types : ["version-update:semver-major"]
Original file line number Diff line number Diff line change 31
31
<GitHubActionsTestLoggerVersion >2.3.*</GitHubActionsTestLoggerVersion >
32
32
<InheritDocVersion >1.3.*</InheritDocVersion >
33
33
<JetBrainsAnnotationsVersion >2023.2.*</JetBrainsAnnotationsVersion >
34
+ <MongoDBDriverVersion >2.21.*</MongoDBDriverVersion >
34
35
<SourceLinkVersion >1.1.*</SourceLinkVersion >
35
36
<TestSdkVersion >17.7.*</TestSdkVersion >
36
37
<XunitVersion >2.5.*</XunitVersion >
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" FluentAssertions" Version =" $(FluentAssertionsVersion)" />
19
19
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetCoreVersion)" />
20
20
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
21
+ <PackageReference Include =" MongoDB.Driver" Version =" $(MongoDBDriverVersion)" />
21
22
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
22
23
<PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion)" PrivateAssets =" All" />
23
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments