Skip to content
Open
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
12 changes: 0 additions & 12 deletions default-dotnet.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@
'For more details, see the [xUnit release notes](https://xunit.net/releases/).',
],
},
{
// xUnit v4 (xunit.v3/xunit.runner.visualstudio 4.x) requires Microsoft.Testing.Platform, whose MTP v2
// dropped support for the legacy VSTest mode of "dotnet test" on the .NET 10 SDK (see
// https://aka.ms/dotnet-test-mtp-error). Our shared CI still invokes "dotnet test" in that legacy mode, so
// this needs a coordinated migration (e.g. a global.json "test" runner config) done by hand, not an
// automated major update. Best handled by migrating to MTP altogether, see
// https://github.com/Lombiq/Testing-Toolbox/issues/92.
groupName: 'xUnit packages',
matchPackageNames: [ 'xunit.*' ],
matchUpdateTypes: ['major'],
enabled: false,
},
{
groupName: 'SixLabors ImageSharp packages',
matchPackageNames: ['SixLabors.ImageSharp*'],
Expand Down