Skip to content

Commit 7937b14

Browse files
Update dependencies from https://github.com/microsoft/testfx build 20251006.4
On relative base path root Microsoft.Testing.Platform From Version 1.9.0-preview.25479.5 -> To Version 2.0.0-preview.25506.4 MSTest From Version 3.11.0-preview.25479.5 -> To Version 4.0.0-preview.25506.4
1 parent 072a782 commit 7937b14

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from microsoft-testfx -->
7-
<add key="darc-pub-microsoft-testfx-2bec154" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-microsoft-testfx-2bec1546/nuget/v3/index.json" />
87
<!-- End: Package sources from microsoft-testfx -->
98
<!-- Begin: Package sources from dotnet-aspire -->
109
<!-- End: Package sources from dotnet-aspire -->

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ This file should be imported by eng/Versions.props
140140
<!-- dotnet/core-setup dependencies -->
141141
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
142142
<!-- microsoft/testfx dependencies -->
143-
<MicrosoftTestingPlatformPackageVersion>2.0.0</MicrosoftTestingPlatformPackageVersion>
144-
<MSTestPackageVersion>3.11.0-preview.25501.8</MSTestPackageVersion>
143+
<MicrosoftTestingPlatformPackageVersion>2.0.0-preview.25506.4</MicrosoftTestingPlatformPackageVersion>
144+
<MSTestPackageVersion>4.0.0-preview.25506.4</MSTestPackageVersion>
145145
</PropertyGroup>
146146
<!--Property group for alternate package version names-->
147147
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,13 @@
553553
<Uri>https://github.com/dotnet/dotnet</Uri>
554554
<Sha>6befeceeaece5c9cb9730878aeaf4667f7c29b70</Sha>
555555
</Dependency>
556-
<Dependency Name="Microsoft.Testing.Platform" Version="2.0.0">
556+
<Dependency Name="Microsoft.Testing.Platform" Version="2.0.0-preview.25506.4">
557557
<Uri>https://github.com/microsoft/testfx</Uri>
558-
<Sha>2bec15462381649ff4b770577e7b8b3bbba5ea12</Sha>
558+
<Sha>29d484249f3bd0b1a60c8164b4d97aec0f2e4943</Sha>
559559
</Dependency>
560-
<Dependency Name="MSTest" Version="3.11.0-preview.25501.8">
560+
<Dependency Name="MSTest" Version="4.0.0-preview.25506.4">
561561
<Uri>https://github.com/microsoft/testfx</Uri>
562-
<Sha>a4d4392703e56994925d8fa625219b11e6cd4837</Sha>
562+
<Sha>29d484249f3bd0b1a60c8164b4d97aec0f2e4943</Sha>
563563
</Dependency>
564564
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.1.25479.108">
565565
<Uri>https://github.com/dotnet/dotnet</Uri>

0 commit comments

Comments
 (0)