Skip to content

Commit 6524915

Browse files
authored
Test: Update MongoDB driver version for tests from 2.20.0 to 2.21.0. (#1848)
1 parent 128d13f commit 6524915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<PackageReference Include="MongoDB.Driver" Version="2.3.0" Condition="'$(TargetFramework)' == 'net462'" />
7474
<PackageReference Include="MongoDB.Driver" Version="2.14.1" Condition="'$(TargetFramework)' == 'net471'" />
7575
<PackageReference Include="MongoDB.Driver" Version="2.17.1" Condition="'$(TargetFramework)' == 'net48'" />
76-
<PackageReference Include="MongoDB.Driver" Version="2.20.0" Condition="'$(TargetFramework)' == 'net481'" />
76+
<PackageReference Include="MongoDB.Driver" Version="2.21.0" Condition="'$(TargetFramework)' == 'net481'" />
7777

7878
<!-- MongoDB.Driver .NET/Core references -->
7979
<!-- Minimum version we can use with .NET core 3.0 or greater is 2.8.1, due to this bug: https://github.com/mongodb/mongo-csharp-driver/pull/372 -->
8080
<PackageReference Include="MongoDB.Driver" Version="2.8.1" Condition="'$(TargetFramework)' == 'net6.0'" />
81-
<PackageReference Include="MongoDB.Driver" Version="2.20.0" Condition="'$(TargetFramework)' == 'net7.0'" />
81+
<PackageReference Include="MongoDB.Driver" Version="2.21.0" Condition="'$(TargetFramework)' == 'net7.0'" />
8282

8383
<!-- MySqlConnector framework references -->
8484
<PackageReference Include="MySqlConnector" Version="1.0.1" Condition="'$(TargetFramework)' == 'net462'" />

0 commit comments

Comments
 (0)