Skip to content

Commit f7a2e3a

Browse files
authored
Bump MSTest and MTP to latest bug fix release (#16985)
2 parents 54b49b3 + d83761a commit f7a2e3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<XUnitAnalyzersVersion>2.0.0-pre.51</XUnitAnalyzersVersion>
1818
<XUnitRunnerConsoleVersion>$(XUnitVersion)</XUnitRunnerConsoleVersion>
1919
<XUnitRunnerVisualStudioVersion>4.0.0-pre.4</XUnitRunnerVisualStudioVersion>
20-
<MicrosoftTestingPlatformVersion>2.2.1</MicrosoftTestingPlatformVersion>
20+
<MicrosoftTestingPlatformVersion>2.2.3</MicrosoftTestingPlatformVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
<XUnitRunnerVisualStudioVersion Condition="'$(XUnitRunnerVisualStudioVersion)' == ''">4.0.0-pre.4</XUnitRunnerVisualStudioVersion>
8787

8888
<XUnitV3Version Condition="'$(XUnitV3Version)' == ''">4.0.0-pre.81</XUnitV3Version>
89-
<MicrosoftTestingPlatformVersion Condition="'$(MicrosoftTestingPlatformVersion)' == ''">2.2.1</MicrosoftTestingPlatformVersion>
89+
<MicrosoftTestingPlatformVersion Condition="'$(MicrosoftTestingPlatformVersion)' == ''">2.2.3</MicrosoftTestingPlatformVersion>
9090

91-
<MSTestVersion Condition="'$(MSTestVersion)' == ''">4.2.1</MSTestVersion>
91+
<MSTestVersion Condition="'$(MSTestVersion)' == ''">4.2.3</MSTestVersion>
9292
<MSTestTestAdapterVersion Condition="'$(MSTestTestAdapterVersion)' == ''">$(MSTestVersion)</MSTestTestAdapterVersion>
9393
<MSTestTestFrameworkVersion Condition="'$(MSTestTestFrameworkVersion)' == ''">$(MSTestVersion)</MSTestTestFrameworkVersion>
9494
<MicrosoftDotNetBuildTasksFeedVersion Condition="'$(MicrosoftDotNetBuildTasksFeedVersion)' == ''">$(ArcadeSdkVersion)</MicrosoftDotNetBuildTasksFeedVersion>

0 commit comments

Comments
 (0)