Skip to content

Commit 0279dbd

Browse files
[release/9.0] Update dependencies from dotnet/xharness (#16444)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
1 parent 69a6ee9 commit 0279dbd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
<Uri>https://github.com/dotnet/arcade-services</Uri>
4343
<Sha>f4c27758a26b32a48a1bc480856fd771b0d8b3f0</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.25615.2">
45+
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="11.0.0-prerelease.26107.1">
4646
<Uri>https://github.com/dotnet/xharness</Uri>
47-
<Sha>c26361a23526ea459ca0a19b34b285eda1bffecb</Sha>
47+
<Sha>bfbac237157e59cdbd19334325b2af80bd6e9828</Sha>
4848
</Dependency>
4949
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0">
5050
<Uri>https://github.com/dotnet/roslyn</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
<!-- vstest -->
8787
<MicrosoftNetTestSdkVersion>17.5.0</MicrosoftNetTestSdkVersion>
8888
<!-- xharness -->
89-
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.25615.2</MicrosoftDotNetXHarnessCLIVersion>
89+
<MicrosoftDotNetXHarnessCLIVersion>11.0.0-prerelease.26107.1</MicrosoftDotNetXHarnessCLIVersion>
9090
</PropertyGroup>
9191
</Project>

tests/XHarness.Apple.DeviceTests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Test project which builds app bundle to run via XHarness -->
1111
<ItemGroup>
1212
<XHarnessAppleProject Include="$(MSBuildThisFileDirectory)XHarness\XHarness.Apple.Device.Archived.proj" />
13-
<HelixTargetQueue Include="osx.13.amd64.appletv.open" />
13+
<HelixTargetQueue Include="osx.15.amd64.appletv.open" />
1414
</ItemGroup>
1515

1616
<Target Name="Pack"/>

0 commit comments

Comments
 (0)