Skip to content

Commit a3859c9

Browse files
Update dependencies from https://github.com/dotnet/xharness build 20250114.4 (#111411)
Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 8.0.0-prerelease.24510.2 -> To Version 8.0.0-prerelease.25064.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 27a619b commit a3859c9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "8.0.0-prerelease.24510.2",
18+
"version": "8.0.0-prerelease.25064.4",
1919
"commands": [
2020
"xharness"
2121
]

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -322,17 +322,17 @@
322322
<Uri>https://github.com/dotnet/runtime</Uri>
323323
<Sha>edbd5c769a19798b6955050baccf99e6797d3208</Sha>
324324
</Dependency>
325-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="8.0.0-prerelease.24510.2">
325+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="8.0.0-prerelease.25064.4">
326326
<Uri>https://github.com/dotnet/xharness</Uri>
327-
<Sha>8c90d68ba97c7ee54d09fccb854f77ed0f9419ef</Sha>
327+
<Sha>3ba447103e5b0a23bbe544d6c3701f0fc64d2cfe</Sha>
328328
</Dependency>
329-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="8.0.0-prerelease.24510.2">
329+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="8.0.0-prerelease.25064.4">
330330
<Uri>https://github.com/dotnet/xharness</Uri>
331-
<Sha>8c90d68ba97c7ee54d09fccb854f77ed0f9419ef</Sha>
331+
<Sha>3ba447103e5b0a23bbe544d6c3701f0fc64d2cfe</Sha>
332332
</Dependency>
333-
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="8.0.0-prerelease.24510.2">
333+
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="8.0.0-prerelease.25064.4">
334334
<Uri>https://github.com/dotnet/xharness</Uri>
335-
<Sha>8c90d68ba97c7ee54d09fccb854f77ed0f9419ef</Sha>
335+
<Sha>3ba447103e5b0a23bbe544d6c3701f0fc64d2cfe</Sha>
336336
</Dependency>
337337
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="8.0.0-beta.24516.1">
338338
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@
185185
<!-- Testing -->
186186
<MicrosoftNETCoreCoreDisToolsVersion>1.1.0</MicrosoftNETCoreCoreDisToolsVersion>
187187
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
188-
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>8.0.0-prerelease.24510.2</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
189-
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>8.0.0-prerelease.24510.2</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
190-
<MicrosoftDotNetXHarnessCLIVersion>8.0.0-prerelease.24510.2</MicrosoftDotNetXHarnessCLIVersion>
188+
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>8.0.0-prerelease.25064.4</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
189+
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>8.0.0-prerelease.25064.4</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
190+
<MicrosoftDotNetXHarnessCLIVersion>8.0.0-prerelease.25064.4</MicrosoftDotNetXHarnessCLIVersion>
191191
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>8.0.0-alpha.0.25063.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
192192
<XUnitVersion>2.4.2</XUnitVersion>
193193
<XUnitAnalyzersVersion>1.0.0</XUnitAnalyzersVersion>

0 commit comments

Comments
 (0)