Skip to content

Commit e91d8c9

Browse files
authored
[main] Update dependencies from microsoft/testfx (#49945)
2 parents 40c1356 + b53ae28 commit e91d8c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,13 +557,13 @@
557557
<Uri>https://github.com/dotnet/arcade-services</Uri>
558558
<Sha>e5296d002b0c674b8cc023e06fe3b0a3d9392273</Sha>
559559
</Dependency>
560-
<Dependency Name="Microsoft.Testing.Platform" Version="1.8.0-preview.25374.7">
560+
<Dependency Name="Microsoft.Testing.Platform" Version="1.8.0-preview.25374.11">
561561
<Uri>https://github.com/microsoft/testfx</Uri>
562-
<Sha>44bbf31076f765817daccd144f05da70a5db27f1</Sha>
562+
<Sha>f1ea405d3997a828d15f68be2c239e9053ccb038</Sha>
563563
</Dependency>
564-
<Dependency Name="MSTest" Version="3.10.0-preview.25374.7">
564+
<Dependency Name="MSTest" Version="3.10.0-preview.25374.11">
565565
<Uri>https://github.com/microsoft/testfx</Uri>
566-
<Sha>44bbf31076f765817daccd144f05da70a5db27f1</Sha>
566+
<Sha>f1ea405d3997a828d15f68be2c239e9053ccb038</Sha>
567567
</Dependency>
568568
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-preview.7.25374.102">
569569
<Uri>https://github.com/dotnet/dotnet</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<UsingToolVSSDK>true</UsingToolVSSDK>
3131
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true'">true</FlagNetStandard1XDependencies>
3232
<!-- This property is only used in the dotnet test integration tests. -->
33-
<MicrosoftTestingPlatformVersion>1.8.0-preview.25373.2</MicrosoftTestingPlatformVersion>
33+
<MicrosoftTestingPlatformVersion>1.8.0-preview.25374.11</MicrosoftTestingPlatformVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Label="Servicing version information">
3636
<VersionFeature21>30</VersionFeature21>
@@ -313,7 +313,7 @@
313313
<AwesomeAssertionsVersion>8.0.2</AwesomeAssertionsVersion>
314314
<AwesomeAssertionsJsonVersion>8.0.0</AwesomeAssertionsJsonVersion>
315315
<MoqPackageVersion>4.18.4</MoqPackageVersion>
316-
<MSTestVersion>3.10.0-preview.25374.7</MSTestVersion>
316+
<MSTestVersion>3.10.0-preview.25374.11</MSTestVersion>
317317
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
318318
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
319319
<BenchmarkDotNetPackageVersion>0.14.0</BenchmarkDotNetPackageVersion>

0 commit comments

Comments
 (0)