Skip to content

Commit 49f4145

Browse files
[main] Update dependencies from dotnet/xharness (#110528)
* Update dependencies from https://github.com/dotnet/xharness build 20241204.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 10.0.0-prerelease.24575.1 -> To Version 10.0.0-prerelease.24604.1 * Update dependencies from https://github.com/dotnet/xharness build 20241210.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 10.0.0-prerelease.24575.1 -> To Version 10.0.0-prerelease.24610.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent cdfafde commit 49f4145

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": "10.0.0-prerelease.24575.1",
18+
"version": "10.0.0-prerelease.24610.1",
1919
"commands": [
2020
"xharness"
2121
]

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -336,17 +336,17 @@
336336
<Uri>https://github.com/dotnet/runtime</Uri>
337337
<Sha>55eee324653e01cf28809d02b25a5b0894b58d22</Sha>
338338
</Dependency>
339-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="10.0.0-prerelease.24575.1">
339+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="10.0.0-prerelease.24610.1">
340340
<Uri>https://github.com/dotnet/xharness</Uri>
341-
<Sha>9fca69998474507f6515c1351efe027dbf194c87</Sha>
341+
<Sha>3119edb6d70fb252e6128b0c7e45d3fc2f49f249</Sha>
342342
</Dependency>
343-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="10.0.0-prerelease.24575.1">
343+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="10.0.0-prerelease.24610.1">
344344
<Uri>https://github.com/dotnet/xharness</Uri>
345-
<Sha>9fca69998474507f6515c1351efe027dbf194c87</Sha>
345+
<Sha>3119edb6d70fb252e6128b0c7e45d3fc2f49f249</Sha>
346346
</Dependency>
347-
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.24575.1">
347+
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.24610.1">
348348
<Uri>https://github.com/dotnet/xharness</Uri>
349-
<Sha>9fca69998474507f6515c1351efe027dbf194c87</Sha>
349+
<Sha>3119edb6d70fb252e6128b0c7e45d3fc2f49f249</Sha>
350350
</Dependency>
351351
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="10.0.0-beta.24613.2">
352352
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
<MicrosoftDotNetCilStripSourcesVersion>10.0.0-beta.24571.1</MicrosoftDotNetCilStripSourcesVersion>
159159
<MicrosoftNETHostModelTestDataVersion>10.0.0-beta.24571.1</MicrosoftNETHostModelTestDataVersion>
160160
<!-- xharness dependencies -->
161-
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>10.0.0-prerelease.24575.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
162-
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>10.0.0-prerelease.24575.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
163-
<MicrosoftDotNetXHarnessCLIVersion>10.0.0-prerelease.24575.1</MicrosoftDotNetXHarnessCLIVersion>
161+
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>10.0.0-prerelease.24610.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
162+
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>10.0.0-prerelease.24610.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
163+
<MicrosoftDotNetXHarnessCLIVersion>10.0.0-prerelease.24610.1</MicrosoftDotNetXHarnessCLIVersion>
164164
<!-- hotreload-utils dependencies -->
165165
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>10.0.0-alpha.0.24568.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
166166
<!-- dotnet-optimization dependencies -->

0 commit comments

Comments
 (0)