Skip to content

Commit

Permalink
Merge pull request #105 from ChrisPulman/renovate/xunit-2.x
Browse files Browse the repository at this point in the history
Update dependency xunit to 2.9.3
  • Loading branch information
ChrisPulman authored Jan 9, 2025
2 parents d900eb4 + 567879d commit 7f908e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 7f908e0

Please sign in to comment.