Skip to content

Commit

Permalink
Merge pull request #11 from devandremachado/master
Browse files Browse the repository at this point in the history
⬆️  Bump MongoDB.Driver from 2.10.4 to 2.28.0
  • Loading branch information
ThiagoBarradas authored Sep 6, 2024
2 parents a6e63b7 + d7be91c commit ae1fa7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mongo.CRUD.Tests/Mongo.CRUD.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MongoDB.Driver" Version="2.10.4" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
Expand Down
2 changes: 1 addition & 1 deletion Mongo.CRUD/Mongo.CRUD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.5" />
<PackageReference Include="MongoDB.Driver" Version="2.10.4" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
</ItemGroup>

</Project>

0 comments on commit ae1fa7d

Please sign in to comment.