Skip to content

Commit

Permalink
Upgrade to xUnit v3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Jan 6, 2025
1 parent d932388 commit 43829f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Serilog.Formatting.Log4Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
<PackageReference Include="Verify.Xunit" Version="28.7.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="Verify.XunitV3" Version="28.7.1" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 43829f7

Please sign in to comment.