Skip to content

Commit

Permalink
upgrade MongoDB.Driver to v2.28.0 (#85)
Browse files Browse the repository at this point in the history
Thanks for the PR
  • Loading branch information
Memoyu authored Aug 13, 2024
1 parent bb6e973 commit bfa4614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.MongoDB/Serilog.Sinks.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.1.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
Expand Down

0 comments on commit bfa4614

Please sign in to comment.