Skip to content

Commit e95f9ba

Browse files
authored
Update MSTest to 4.1.0 (#16544)
1 parent 9ebf1ae commit e95f9ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<XUnitV3Version Condition="'$(XUnitV3Version)' == ''">3.1.0</XUnitV3Version>
8484
<MicrosoftTestingPlatformVersion Condition="'$(MicrosoftTestingPlatformVersion)' == ''">1.8.5</MicrosoftTestingPlatformVersion>
8585

86-
<MSTestVersion Condition="'$(MSTestVersion)' == ''">4.0.2</MSTestVersion>
86+
<MSTestVersion Condition="'$(MSTestVersion)' == ''">4.1.0</MSTestVersion>
8787
<MSTestTestAdapterVersion Condition="'$(MSTestTestAdapterVersion)' == ''">$(MSTestVersion)</MSTestTestAdapterVersion>
8888
<MSTestTestFrameworkVersion Condition="'$(MSTestTestFrameworkVersion)' == ''">$(MSTestVersion)</MSTestTestFrameworkVersion>
8989
<MicrosoftDotNetBuildTasksFeedVersion Condition="'$(MicrosoftDotNetBuildTasksFeedVersion)' == ''">$(ArcadeSdkVersion)</MicrosoftDotNetBuildTasksFeedVersion>

0 commit comments

Comments
 (0)