Skip to content

Commit a122f95

Browse files
authored
[main] Update dependencies from microsoft/testfx (#47720)
2 parents d35a595 + b38b965 commit a122f95

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
@@ -715,13 +715,13 @@
715715
<Uri>https://github.com/dotnet/runtime</Uri>
716716
<Sha>e77011b31a3e5c47d931248a64b47f9b2d47853d</Sha>
717717
</Dependency>
718-
<Dependency Name="Microsoft.Testing.Platform" Version="1.7.0-preview.25167.8">
718+
<Dependency Name="Microsoft.Testing.Platform" Version="1.7.0-preview.25168.2">
719719
<Uri>https://github.com/microsoft/testfx</Uri>
720-
<Sha>75d7e68cefe03d95629246cddf86684257c54b19</Sha>
720+
<Sha>5566af32f3d30eb012a929400f5216cf4920ad21</Sha>
721721
</Dependency>
722-
<Dependency Name="MSTest" Version="3.9.0-preview.25167.8">
722+
<Dependency Name="MSTest" Version="3.9.0-preview.25168.2">
723723
<Uri>https://github.com/microsoft/testfx</Uri>
724-
<Sha>75d7e68cefe03d95629246cddf86684257c54b19</Sha>
724+
<Sha>5566af32f3d30eb012a929400f5216cf4920ad21</Sha>
725725
</Dependency>
726726
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-preview.4.25168.9">
727727
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<MicrosoftIORedistPackageVersion>6.0.1</MicrosoftIORedistPackageVersion>
3131
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true'">true</FlagNetStandard1XDependencies>
3232
<!-- This property is only used in the dotnet test integration tests. -->
33-
<MicrosoftTestingPlatformVersion>1.7.0-preview.25167.8</MicrosoftTestingPlatformVersion>
33+
<MicrosoftTestingPlatformVersion>1.7.0-preview.25168.2</MicrosoftTestingPlatformVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Label="Servicing version information">
3636
<VersionFeature21>30</VersionFeature21>
@@ -299,7 +299,7 @@
299299
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
300300
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
301301
<MoqPackageVersion>4.18.4</MoqPackageVersion>
302-
<MSTestVersion>3.9.0-preview.25167.8</MSTestVersion>
302+
<MSTestVersion>3.9.0-preview.25168.2</MSTestVersion>
303303
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
304304
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
305305
</PropertyGroup>

0 commit comments

Comments
 (0)