Skip to content

Commit

Permalink
Bump MongoDB.Driver from 2.29.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.29.0 to 3.0.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.29.0...v3.0.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent e5c889e commit da6667b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TPP.Persistence.MongoDB/TPP.Persistence.MongoDB.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
<ProjectReference Include="..\..\TPP.Persistence.MongoDB\TPP.Persistence.MongoDB.csproj"/>
</ItemGroup>
</Project>

0 comments on commit da6667b

Please sign in to comment.