Skip to content

Commit

Permalink
test: Update MongoDB driver in unbounded tests. (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrcventura committed May 25, 2023
1 parent cc7cede commit 81454ed
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -71,12 +71,12 @@
<PackageReference Include="MongoDB.Driver" Version="2.3.0" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="MongoDB.Driver" Version="2.14.1" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="MongoDB.Driver" Version="2.17.1" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MongoDB.Driver" Version="2.19.2" Condition="'$(TargetFramework)' == 'net481'" />

<!-- MongoDB.Driver .NET/Core references -->
<!-- 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 -->
<PackageReference Include="MongoDB.Driver" Version="2.8.1" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="MongoDB.Driver" Version="2.19.2" Condition="'$(TargetFramework)' == 'net7.0'" />

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

0 comments on commit 81454ed

Please sign in to comment.