Skip to content

Commit

Permalink
revert back mongodb sink due to test failures on net6
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne committed Sep 29, 2024
1 parent 0e91a8d commit d89bbd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="EphemeralMongo6.runtime.linux-x64" Version="1.0.0" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
<PackageReference Include="EphemeralMongo6.runtime.osx-x64" Version="1.0.0" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
<PackageReference Include="EphemeralMongo6.runtime.win-x64" Version="1.1.3" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
<PackageReference Include="Serilog.Sinks.MongoDB" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.MongoDB" Version="5.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d89bbd7

Please sign in to comment.