Skip to content

Commit 883a2e9

Browse files
Update dependencies from https://github.com/microsoft/testfx build 20251002.9
On relative base path root Microsoft.Testing.Platform From Version 1.9.0-preview.25479.5 -> To Version 2.0.0
1 parent 841024d commit 883a2e9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<packageSources>
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6+
<!-- Begin: Package sources from microsoft-testfx -->
7+
<add key="darc-pub-microsoft-testfx-4117267" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-microsoft-testfx-4117267e/nuget/v3/index.json" />
8+
<!-- End: Package sources from microsoft-testfx -->
69
<!-- Begin: Package sources from dotnet-aspire -->
710
<!-- End: Package sources from dotnet-aspire -->
811
<!-- Begin: Package sources from dotnet-runtime -->

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ 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>1.9.0-preview.25501.8</MicrosoftTestingPlatformPackageVersion>
143+
<MicrosoftTestingPlatformPackageVersion>2.0.0</MicrosoftTestingPlatformPackageVersion>
144144
<MSTestPackageVersion>3.11.0-preview.25501.8</MSTestPackageVersion>
145145
</PropertyGroup>
146146
<!--Property group for alternate package version names-->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,9 @@
553553
<Uri>https://github.com/dotnet/dotnet</Uri>
554554
<Sha>6befeceeaece5c9cb9730878aeaf4667f7c29b70</Sha>
555555
</Dependency>
556-
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25501.8">
556+
<Dependency Name="Microsoft.Testing.Platform" Version="2.0.0">
557557
<Uri>https://github.com/microsoft/testfx</Uri>
558-
<Sha>a4d4392703e56994925d8fa625219b11e6cd4837</Sha>
558+
<Sha>4117267edfb2f6b7dbfef8be013704a24cf9e8b7</Sha>
559559
</Dependency>
560560
<Dependency Name="MSTest" Version="3.11.0-preview.25501.8">
561561
<Uri>https://github.com/microsoft/testfx</Uri>

0 commit comments

Comments
 (0)