Skip to content

Commit 9080024

Browse files
[main] Update dependencies from dotnet/xharness dotnet/hotreload-utils (#95738)
* Update dependencies from https://github.com/dotnet/xharness build 20231206.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 9.0.0-prerelease.23605.1 -> To Version 9.0.0-prerelease.23606.1 * Update dependencies from https://github.com/dotnet/hotreload-utils build 20231206.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 9.0.0-alpha.0.23604.1 -> To Version 9.0.0-alpha.0.23606.1 * Update dependencies from https://github.com/dotnet/xharness build 20231206.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 9.0.0-prerelease.23605.1 -> To Version 9.0.0-prerelease.23606.1 * Update dependencies from https://github.com/dotnet/hotreload-utils build 20231206.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 9.0.0-alpha.0.23604.1 -> To Version 9.0.0-alpha.0.23606.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 2c6e552 commit 9080024

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.23605.1",
18+
"version": "9.0.0-prerelease.23606.1",
1919
"commands": [
2020
"xharness"
2121
]

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,17 +321,17 @@
321321
<Uri>https://github.com/dotnet/runtime</Uri>
322322
<Sha>2cf0a1c588d2cbcd2effe431b187a559ea8898e8</Sha>
323323
</Dependency>
324-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.23605.1">
324+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.23606.1">
325325
<Uri>https://github.com/dotnet/xharness</Uri>
326-
<Sha>ba91c026a8968367b5ea44be119affec61c5f38c</Sha>
326+
<Sha>b058fd28cbd724817c21efee85bb34effb5d2c14</Sha>
327327
</Dependency>
328-
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="9.0.0-prerelease.23605.1">
328+
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="9.0.0-prerelease.23606.1">
329329
<Uri>https://github.com/dotnet/xharness</Uri>
330-
<Sha>ba91c026a8968367b5ea44be119affec61c5f38c</Sha>
330+
<Sha>b058fd28cbd724817c21efee85bb34effb5d2c14</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.23605.1">
332+
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.23606.1">
333333
<Uri>https://github.com/dotnet/xharness</Uri>
334-
<Sha>ba91c026a8968367b5ea44be119affec61c5f38c</Sha>
334+
<Sha>b058fd28cbd724817c21efee85bb34effb5d2c14</Sha>
335335
</Dependency>
336336
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="9.0.0-beta.23607.2">
337337
<Uri>https://github.com/dotnet/arcade</Uri>
@@ -353,9 +353,9 @@
353353
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
354354
<Sha>b86eff9a62fcd19839f0273d1aa1570b8dec6a48</Sha>
355355
</Dependency>
356-
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="9.0.0-alpha.0.23604.1">
356+
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="9.0.0-alpha.0.23606.1">
357357
<Uri>https://github.com/dotnet/hotreload-utils</Uri>
358-
<Sha>6e48315f02b51f8fbc7e6a8c7278906542c135d9</Sha>
358+
<Sha>eb23332a1329d8f4593f7bd4cf831553c8ac6c64</Sha>
359359
</Dependency>
360360
<Dependency Name="System.Runtime.Numerics.TestData" Version="9.0.0-beta.23604.1">
361361
<Uri>https://github.com/dotnet/runtime-assets</Uri>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@
178178
<!-- Testing -->
179179
<MicrosoftNETCoreCoreDisToolsVersion>1.1.0</MicrosoftNETCoreCoreDisToolsVersion>
180180
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
181-
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.23605.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
182-
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.23605.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
183-
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.23605.1</MicrosoftDotNetXHarnessCLIVersion>
184-
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.23604.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
181+
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.23606.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
182+
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.23606.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
183+
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.23606.1</MicrosoftDotNetXHarnessCLIVersion>
184+
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.23606.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
185185
<NUnitVersion>3.12.0</NUnitVersion>
186186
<NUnitTestAdapterVersion>4.1.0</NUnitTestAdapterVersion>
187187
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>

0 commit comments

Comments
 (0)