Skip to content

Commit f361430

Browse files
[release/9.0-staging] Update dependencies from dotnet/xharness (#117872)
* Update dependencies from https://github.com/dotnet/xharness build 20250715.5 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 9.0.0-prerelease.25360.3 -> To Version 9.0.0-prerelease.25365.5 * Recover the SDK feed in NuGet.config --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
1 parent 01335a2 commit f361430

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "9.0.0-prerelease.25360.3",
18+
"version": "9.0.0-prerelease.25365.5",
1919
"commands": [
2020
"xharness"
2121
]

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1111
<!-- Begin: Package sources from dotnet-emsdk -->
1212
<add key="darc-pub-dotnet-emsdk-0bcc3e6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-0bcc3e67/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-emsdk-0bcc3e6-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-0bcc3e67-2/nuget/v3/index.json" />
1314
<add key="darc-pub-dotnet-emsdk-0bcc3e6-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-0bcc3e67-1/nuget/v3/index.json" />
1415
<!-- End: Package sources from dotnet-emsdk -->
1516
<!-- Begin: Package sources from dotnet-sdk -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,17 @@
320320
<Uri>https://github.com/dotnet/runtime</Uri>
321321
<Sha>b030c4dfdfa1bf287f10f96006619a06bc2000ae</Sha>
322322
</Dependency>
323-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.25360.3">
323+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.25365.5">
324324
<Uri>https://github.com/dotnet/xharness</Uri>
325-
<Sha>0827ec37403702d48974c727c09e579c6aa9748a</Sha>
325+
<Sha>5c8c4364bdb775c8b787f2c6280c9737cbc06ee1</Sha>
326326
</Dependency>
327-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="9.0.0-prerelease.25360.3">
327+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="9.0.0-prerelease.25365.5">
328328
<Uri>https://github.com/dotnet/xharness</Uri>
329-
<Sha>0827ec37403702d48974c727c09e579c6aa9748a</Sha>
329+
<Sha>5c8c4364bdb775c8b787f2c6280c9737cbc06ee1</Sha>
330330
</Dependency>
331-
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.25360.3">
331+
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.25365.5">
332332
<Uri>https://github.com/dotnet/xharness</Uri>
333-
<Sha>0827ec37403702d48974c727c09e579c6aa9748a</Sha>
333+
<Sha>5c8c4364bdb775c8b787f2c6280c9737cbc06ee1</Sha>
334334
</Dependency>
335335
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="9.0.0-beta.25366.1">
336336
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@
184184
<!-- Testing -->
185185
<MicrosoftNETCoreCoreDisToolsVersion>1.4.0</MicrosoftNETCoreCoreDisToolsVersion>
186186
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
187-
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.25360.3</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
188-
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.25360.3</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
189-
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.25360.3</MicrosoftDotNetXHarnessCLIVersion>
187+
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.25365.5</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
188+
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.25365.5</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
189+
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.25365.5</MicrosoftDotNetXHarnessCLIVersion>
190190
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.25330.3</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
191191
<NUnitVersion>3.12.0</NUnitVersion>
192192
<NUnit3TestAdapterVersion>4.5.0</NUnit3TestAdapterVersion>

0 commit comments

Comments
 (0)