Skip to content

Commit d6bc791

Browse files
authored
[main] Update dependencies from microsoft/testfx (#46461)
2 parents 10a0d90 + 3694434 commit d6bc791

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,13 @@
679679
<Uri>https://github.com/dotnet/runtime</Uri>
680680
<Sha>e77011b31a3e5c47d931248a64b47f9b2d47853d</Sha>
681681
</Dependency>
682-
<Dependency Name="Microsoft.Testing.Platform" Version="1.6.0-preview.25080.5">
682+
<Dependency Name="Microsoft.Testing.Platform" Version="1.6.0-preview.25101.5">
683683
<Uri>https://github.com/microsoft/testfx</Uri>
684-
<Sha>754f9924d01a69dc51ce5595f6efc4f339538f29</Sha>
684+
<Sha>b5c93525849bce7009877e042501e171edc9585a</Sha>
685685
</Dependency>
686-
<Dependency Name="MSTest" Version="3.8.0-preview.25080.5">
686+
<Dependency Name="MSTest" Version="3.8.0-preview.25101.5">
687687
<Uri>https://github.com/microsoft/testfx</Uri>
688-
<Sha>754f9924d01a69dc51ce5595f6efc4f339538f29</Sha>
688+
<Sha>b5c93525849bce7009877e042501e171edc9585a</Sha>
689689
</Dependency>
690690
</ToolsetDependencies>
691691
</Dependencies>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<MicrosoftIORedistPackageVersion>6.0.1</MicrosoftIORedistPackageVersion>
3030
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true'">true</FlagNetStandard1XDependencies>
3131
<!-- This property is only used in the dotnet test integration tests. -->
32-
<MicrosoftTestingPlatformVersion>1.6.0-preview.25080.5</MicrosoftTestingPlatformVersion>
32+
<MicrosoftTestingPlatformVersion>1.6.0-preview.25101.5</MicrosoftTestingPlatformVersion>
3333
</PropertyGroup>
3434
<PropertyGroup Label="Servicing version information">
3535
<VersionFeature21>30</VersionFeature21>
@@ -293,7 +293,7 @@
293293
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
294294
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
295295
<MoqPackageVersion>4.18.4</MoqPackageVersion>
296-
<MSTestVersion>3.8.0-preview.25080.5</MSTestVersion>
296+
<MSTestVersion>3.8.0-preview.25101.5</MSTestVersion>
297297
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
298298
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
299299
</PropertyGroup>

0 commit comments

Comments
 (0)