Skip to content

Commit

Permalink
Downgrade xunit.extensibility.execution
Browse files Browse the repository at this point in the history
Downgrade xunit.extensibility.execution to 2.4.1 as it was accidentally upgraded as part of 0.5.0 and the change is causing issues for some projects.
  • Loading branch information
martincostello committed Dec 26, 2024
1 parent a497677 commit 31a039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.2" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageVersion Include="xunit.v3" Version="1.0.0" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="1.0.0" />
Expand Down

0 comments on commit 31a039c

Please sign in to comment.