Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
cddcf00
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] May 14, 2026
77a0c4a
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] May 29, 2026
aad17b5
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 1, 2026
09edee3
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 1, 2026
86768ae
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 8, 2026
8a64583
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 9, 2026
125814e
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 10, 2026
03c0601
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 10, 2026
7f4a751
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 11, 2026
d6ba723
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 12, 2026
a4c95ab
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 15, 2026
9dd4cb7
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 16, 2026
93663b0
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 19, 2026
5bfe5c2
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>547c640d5626b2976499cb3433abc741a63d67c5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="11.0.0-prerelease.26204.1">
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="11.0.0-prerelease.26319.2">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>0668c80ec27851f3c7f1b3e4536110a1d39af587</Sha>
<Sha>a0534aec8f776d258392f0266cbdb9cc97e1dd98</Sha>
</Dependency>
<!--
Maui Rollback Version mappings, default means generated from sdk version. Allows for manual override of version similar to https://github.com/dotnet/maui/blob/df8cfcf635a590955a8cc3d6cf7ae6280449dd3f/eng/Versions.props#L138-L146, where the logic comes from:
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<MicrosoftExtensionsLoggingPackageVersion>11.0.0-preview.5.26261.101</MicrosoftExtensionsLoggingPackageVersion>
<BenchmarkDotNetVersion>0.16.0-nightly.20260320.467</BenchmarkDotNetVersion>
<MicrosoftNETRuntimeEmscripten3156Nodewinx64Version>11.0.0-preview.5.26261.101</MicrosoftNETRuntimeEmscripten3156Nodewinx64Version>
<MicrosoftDotNetXHarnessCLIVersion>11.0.0-prerelease.26204.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetXHarnessCLIVersion>11.0.0-prerelease.26319.2</MicrosoftDotNetXHarnessCLIVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down
Loading