Skip to content

Commit 1b53520

Browse files
authored
Upgraded Serilog version
Serilog version 3.1.0 causes stackoverflowException. serilog/serilog#1977
1 parent f3d0f50 commit 1b53520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Expressions/Serilog.Expressions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Serilog" Version="3.1.0" />
21+
<PackageReference Include="Serilog" Version="3.1.1" />
2222
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)