Skip to content

Commit

Permalink
Update MongoDB driver to support mongo 7 (#18)
Browse files Browse the repository at this point in the history
* Update MongoDB driver to support mongo 7
  • Loading branch information
Zav committed Sep 6, 2023
1 parent c6a8f1c commit 32da9f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MongoDB.Driver" Version="2.19.2" />
<PackageReference Include="MongoDB.Driver" Version="2.20.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net472' Or '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down

0 comments on commit 32da9f3

Please sign in to comment.