Skip to content

Commit c8beecd

Browse files
authored
Revert "Revert "Update xUnit.v3 to support MTP tests (#9261)" (#9336)" (#9337)
The earlier revert was incorrect. That wasn't commit responsible for breaking the build. It was: ``` commit 6ca2de9 Author: Ankit Jain <[email protected]> Date: Wed May 14 11:39:18 2025 -0400 [CI] Add PR validation on macOS (#9287) ``` This reverts commit 3850afa.
1 parent 19c5464 commit c8beecd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dotnet.previewSolution-freeWorkspaceMode": true,
3+
"dotnet.testWindow.useTestingPlatformProtocol": true,
34
"dotnet.defaultSolution": "./Aspire.slnx",
4-
"dotnet.preview.enableSupportForSlnx": true,
5-
"dotnet.testWindow.useTestingPlatformProtocol": false
5+
"dotnet.preview.enableSupportForSlnx": true
66
}

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<DotNetRuntimePreviousVersionForTesting>8.0.13</DotNetRuntimePreviousVersionForTesting>
1313
<!-- dotnet 8.0 versions for running tests - used for templates tests -->
1414
<DotNetSdkPreviousVersionForTesting>8.0.406</DotNetSdkPreviousVersionForTesting>
15-
<XunitV3Version>2.0.0</XunitV3Version>
16-
<XUnitAnalyzersVersion>1.20.0</XUnitAnalyzersVersion>
17-
<XunitRunnerVisualStudioVersion>3.0.2</XunitRunnerVisualStudioVersion>
15+
<XunitV3Version>2.0.2</XunitV3Version>
16+
<XUnitAnalyzersVersion>1.21.0</XUnitAnalyzersVersion>
17+
<XunitRunnerVisualStudioVersion>3.1.0</XunitRunnerVisualStudioVersion>
1818
<MicrosoftTestingPlatformVersion>1.6.3</MicrosoftTestingPlatformVersion>
1919
<MicrosoftNETTestSdkVersion>17.13.0</MicrosoftNETTestSdkVersion>
2020
<!-- Enable to remove prerelease label. -->

0 commit comments

Comments
 (0)