Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/hotreload-utils, dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness #103195

Merged
merged 18 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a030380
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 8, 2024
67de0f0
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] Jun 8, 2024
7511923
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] Jun 8, 2024
e276c5e
Update dependencies from https://github.com/dotnet/icu build 20240527.1
dotnet-maestro[bot] Jun 8, 2024
af81365
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Jun 8, 2024
a83205d
Update dependencies from https://github.com/dotnet/sdk build 20240602.3
dotnet-maestro[bot] Jun 8, 2024
bdaa52e
Update dependencies from https://github.com/dotnet/icu build 20240603.1
dotnet-maestro[bot] Jun 8, 2024
37baafb
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] Jun 8, 2024
967323f
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 8, 2024
8e99852
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] Jun 8, 2024
4e2800f
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Jun 10, 2024
cf55d09
Update dependencies from https://github.com/dotnet/sdk build 20240609.2
dotnet-maestro[bot] Jun 10, 2024
0fe5583
Merge branch 'main' into darc-main-2879a373-cf89-43be-899c-7842eed556b6
akoeplinger Jun 12, 2024
f78614f
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 12, 2024
b2ade37
Update dependencies from https://github.com/dotnet/sdk build 20240611.23
dotnet-maestro[bot] Jun 12, 2024
c3111d4
Fix up test
MichalStrehovsky Jun 12, 2024
0d6c3a6
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Jun 12, 2024
0ac5869
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] Jun 12, 2024
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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
…ild 20240527.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24271.3 -> To Version 9.0.0-alpha.0.24277.1
  • Loading branch information
dotnet-maestro[bot] committed Jun 8, 2024
commit 75119238c31bf3b1d4c47b855819b85140eb5bcc
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
<Sha>c3acfd159662959ff09f3a0d7663023db48bb78a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="9.0.0-alpha.0.24271.3">
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="9.0.0-alpha.0.24277.1">
<Uri>https://github.com/dotnet/hotreload-utils</Uri>
<Sha>0f56bcca4c73d208ff8c21055fbb16dbb27a3d8a</Sha>
<Sha>1d072e52c0a376670f0bbf1a12a1b3da3e62bfd0</Sha>
</Dependency>
<Dependency Name="System.Runtime.Numerics.TestData" Version="9.0.0-beta.24277.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.24271.3</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.24277.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
<NUnitVersion>3.12.0</NUnitVersion>
<NUnit3TestAdapterVersion>4.5.0</NUnit3TestAdapterVersion>
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
Expand Down