Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<PackageVersion Include="Validation" Version="2.6.68" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.v3.runner.console" Version="3.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the runner on the MTP v1-compatible line

Version 4.0.0 of the Visual Studio runner moves to Microsoft.Testing.Platform v2, while this manifest still uses xunit.v3 3.2.2, which pins MTP 1.9.1. The repository already documents in .github/dependabot.yml that adding an MTP v2 component to this xUnit 3.x test stack causes the build to fail, so restoring either test project through the solution will break until xunit.v3 is upgraded to its MTP v2-compatible major version; retain the 3.x runner meanwhile.

Useful? React with 👍 / 👎.

</ItemGroup>
</Project>
Loading