Skip to content

Commit 0c5232d

Browse files
Update xUnit.v3 to support MTP tests (dotnet#9261)
* Test xunit source info fix * Update xunit versioning. * Update settings.json --------- Co-authored-by: Dan Moseley <[email protected]>
1 parent 5c81fe3 commit 0c5232d

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)