Skip to content

Commit

Permalink
Update xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannikolei committed Dec 1, 2023
1 parent 5214ee4 commit 9e1388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msbuild/props/SixLabors.Tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Package references and additional files which are consumed by test projects -->
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="xunit" Version="2.4.2" IsImplicitlyDefined="true" />
<PackageReference Include="xunit" Version="2.6.2" IsImplicitlyDefined="true" />

<PackageReference Include="coverlet.collector"
Version="6.0.0"
Expand Down

0 comments on commit 9e1388e

Please sign in to comment.