Skip to content

Commit

Permalink
Merge pull request #1311 from dsbegnoche/mongo_2_30
Browse files Browse the repository at this point in the history
Upgrade to Mongo Version 2.30
  • Loading branch information
danielgerlag authored Jan 2, 2025
2 parents e87042e + 0f91b37 commit ff9c8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.30.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Squadron.Mongo" Version="0.17.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.30.0" />
</ItemGroup>

</Project>

0 comments on commit ff9c8c1

Please sign in to comment.