Skip to content

Commit

Permalink
Update xunit to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent cb0f2eb commit b88a02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup Label="Library.Template">
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit" Version="2.9.3" />
</ItemGroup>
<ItemGroup>
<!-- Put repo-specific GlobalPackageReference items in this group. -->
Expand Down
2 changes: 1 addition & 1 deletion src/Xunit.SkippableFact/Xunit.SkippableFact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Validation" PrivateAssets="compile;contentfiles;analyzers;build" />
<PackageReference Include="xunit.extensibility.execution" VersionOverride="2.4.0" />
<PackageReference Include="xunit.extensibility.execution" VersionOverride="2.9.3" />
</ItemGroup>
</Project>

0 comments on commit b88a02f

Please sign in to comment.