Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Jan 18, 2024
1 parent 8ed2baf commit 5381a2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/Log4NetTextFormatterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static Exception SetStackTrace(this Exception exception, string stackTrac
}
}

[UsesVerify]
public class Log4NetTextFormatterTest : IDisposable
{
private readonly TextWriter _selfLogWriter;
Expand Down
1 change: 0 additions & 1 deletion tests/PublicApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Serilog.Formatting.Log4Net.Tests;

[UsesVerify]
public class PublicApi
{
[Theory]
Expand Down
4 changes: 2 additions & 2 deletions tests/Serilog.Formatting.Log4Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.3.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Verify.Xunit" Version="22.11.4" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="Verify.Xunit" Version="23.0.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 5381a2b

Please sign in to comment.