Skip to content

Commit d89bbd7

Browse files
committed
revert back mongodb sink due to test failures on net6
1 parent 0e91a8d commit d89bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Serilog.Ui.MongoDbProvider.Tests/Serilog.Ui.MongoDbProvider.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="EphemeralMongo6.runtime.linux-x64" Version="1.0.0" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
1111
<PackageReference Include="EphemeralMongo6.runtime.osx-x64" Version="1.0.0" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
1212
<PackageReference Include="EphemeralMongo6.runtime.win-x64" Version="1.1.3" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
13-
<PackageReference Include="Serilog.Sinks.MongoDB" Version="6.0.0" />
13+
<PackageReference Include="Serilog.Sinks.MongoDB" Version="5.4.1" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)