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

[manual] Merge release/6.0-staging into release/6.0 #86295

Merged
merged 30 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e05b303
[6.0-staging] Bump branding to 6.0.18 (#84596)
carlossanlop Apr 11, 2023
7883684
[release/6.0-staging] Update dependencies from dotnet/arcade dotnet/e…
dotnet-maestro[bot] Apr 12, 2023
789d7ab
Fix AwaitableSocketAsyncEventArgs reorderings on weaker memory models…
stephentoub Apr 14, 2023
e8be5ae
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] Apr 18, 2023
f548a84
Disable 2 failing tests for 6.0 (#84726)
antonfirsov Apr 18, 2023
a8ab59b
Merge pull request #84610 from dotnet-maestro-bot/merge/release/6.0-t…
carlossanlop Apr 19, 2023
a81beb7
[release/6.0-staging][wasm][debugger] Remove error message when brows…
thaystg Apr 24, 2023
d73ace4
Update dependencies from https://github.com/dotnet/icu build 20230418…
dotnet-maestro[bot] Apr 24, 2023
eb5611b
[release/6.0] Port perfmap environment variable change to 6.0 (#84681)
davmason Apr 25, 2023
e8876e4
[native-library] If a dllimport is specified with an absolute path, l…
lambdageek Apr 26, 2023
4af6023
[release/6.0-staging] Update dependencies from dotnet/hotreload-utils…
dotnet-maestro[bot] Apr 27, 2023
b393a37
Fix createdump arg parsing for signal-based exceptions (#85425)
hoyosjs Apr 27, 2023
832c3f2
define UNW_AARCH64 aliases conditionally (#84873)
VSadov May 3, 2023
a416043
Skip DllImportSearchPathsTest on wasm (#85588)
elinor-fung May 3, 2023
34f40ad
Merge pull request #85718 from dotnet-maestro-bot/merge/release/6.0-t…
carlossanlop May 3, 2023
809b82e
Add status code and exception info to System.Net.Http events (#84807)
MihaZupan May 3, 2023
7d7cce6
[release/6.0-staging] Update dependencies from xharness, arcade (#85725)
dotnet-maestro[bot] May 4, 2023
d628263
[release/6.0-staging] Make WindowsServiceLifetime gracefully stop (#…
ericstj May 4, 2023
710285a
Servicing docs improvements (#85729) (#85955)
carlossanlop May 9, 2023
2ab41dc
[Release/6.0] Port EventCounters multi session support to 6.0 (#84680)
davmason May 11, 2023
921fb22
Update dependencies from https://github.com/dotnet/emsdk build 202305…
dotnet-maestro[bot] May 15, 2023
c93a40e
Fix HTTP3 header decoder buffer allocation (#78862) (#85976)
ManickaP May 15, 2023
2f007ae
[release/6.0] Suppress clang-16 warnings (backport #81573) (#84443)
ayakael May 15, 2023
52b3b98
Microsoft.NETCore.Platforms: support adding rids with - in the base p…
ayakael May 16, 2023
3a5fb66
[release/6.0] add RID for Alpine 3.18 (#86284)
wfurt May 16, 2023
79da5ef
Add Ubuntu 22.10 kinetic kudu RIDs for .NET 6 (#84983)
dviererbe May 16, 2023
162601f
[6.0-staging] Reset OOB packages from 6.0.17 (#84598)
carlossanlop May 16, 2023
187cb47
Add Ubuntu 23.10 (Mantic Minotaur) RIDs to .NET 6 (#86309)
dviererbe May 16, 2023
464babb
Merge branch 'release/6.0' into release/6.0-staging
carlossanlop May 16, 2023
6c46bd1
Revert "[6.0-staging] Reset OOB packages from 6.0.17 (#84598)"
carlossanlop May 16, 2023
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
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.21404.1",
"version": "6.0.0-prerelease.23253.6",
"commands": [
"xharness"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ main PR <!-- Link to PR if any that fixed this in the main branch. -->
# Risk

<!-- Please assess the risk of taking this fix. Provide details backing up your assessment. -->

# Package authoring signed off?

IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary [package authoring](../../docs/project/library-servicing.md) and gotten it explicitly reviewed.
4 changes: 3 additions & 1 deletion .github/workflows/check-service-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
check-labels:
runs-on: ubuntu-latest
steps:
- name: Check servicing labels
- name: Check 'Servicing-approved' label
run: |
echo "Merging permission is enabled for servicing PRs when the `Servicing-approved` label is applied."
if [ "${{ contains(github.event.pull_request.labels.*.name, 'Servicing-approved') }}" = "true" ]; then
exit 0
else
echo "::error:: 'Servicing-approved' label not applied to the PR yet. More information: https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md#approval-process"
exit 1
fi
16 changes: 13 additions & 3 deletions docs/project/library-servicing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to service a library

This document provides the steps necessary after modifying a library in a servicing branch.
This document provides the steps that need to be followed after modifying a library in a servicing branch.

Servicing branches represent shipped versions of .NET, and their name is in the format `release/X.0-staging`. Examples:

Expand Down Expand Up @@ -41,5 +41,15 @@ All the servicing change must go through an approval process. You have two ways
For both cases, you must:

- Fill out the template of the PR description.
- Add the `servicing-consider` label.
- Bring it to the attention of the engineering lead responsible for the area, so they consider the fix for servicing.
- Bring it to the attention of the [engineering lead responsible for the area](~/docs/area-owners.md).
- If the fix is a product change, the area owner will:
- Add the `Servicing-consider` label.
- Ask the area owner to champion your PR in the .NET Tactics meeting to request merge approval.
- If the change is approved, they will replace the `Servicing-consider` label by `Servicing-approved` and sign-off the PR.
- If the fix is a test-only or infra-only change, the area owner will:
- Review the PR and sign-off if they approve it.
- Add the `Servicing-approved` label.

The area owner can then merge the PR once the CI looks good (it's either green or the failures are investigated and determined to be unrelated to the PR).

**Note**: Applying the `Servicing-approved` label ensures the `check-service-labels` CI job passes, which is a mandatory requirement for merging a PR in a servicing branch.
140 changes: 70 additions & 70 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="6.0.0-rtm.23170.3">
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="6.0.0-rtm.23218.5">
<Uri>https://github.com/dotnet/icu</Uri>
<Sha>f7c5d687a6c09a038fab7572d4b3dfe4a83b5d49</Sha>
<Sha>cff1c9ff20d271c6698d150e484e8327998595a4</Sha>
</Dependency>
<Dependency Name="System.Net.MsQuic.Transport" Version="6.0.0-servicing.22205.1">
<Uri>https://github.com/dotnet/msquic</Uri>
Expand All @@ -26,125 +26,125 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.23211.7">
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20201201-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>140434f7109d357d0158ade9e5164a4861513965</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Data.Common.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Data.Common.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Drawing.Common.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Drawing.Common.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.IO.Compression.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.IO.Compression.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.IO.Packaging.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.IO.Packaging.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Net.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Net.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Private.Runtime.UnicodeData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Private.Runtime.UnicodeData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Runtime.TimeZoneData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Runtime.TimeZoneData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="System.Windows.Extensions.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Windows.Extensions.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CilStrip.Sources" Version="6.0.0-beta.23179.5">
<Dependency Name="Microsoft.DotNet.CilStrip.Sources" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="11.1.0-alpha.1.21416.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
Expand Down Expand Up @@ -214,17 +214,17 @@
<Uri>https://github.com/mono/linker</Uri>
<Sha>c8499798a2a09639174e2f5c694d6652794cc73d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="1.0.0-prerelease.21404.1">
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="6.0.0-prerelease.23253.6">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>e9669dc84ecd668d3bbb748758103e23b394ffef</Sha>
<Sha>bc2e9e39a7b424f6e96af8d677d12ac58606753a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="1.0.0-prerelease.21404.1">
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="6.0.0-prerelease.23253.6">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>e9669dc84ecd668d3bbb748758103e23b394ffef</Sha>
<Sha>bc2e9e39a7b424f6e96af8d677d12ac58606753a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="6.0.0-beta.23211.7">
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="6.0.0-beta.23221.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26</Sha>
<Sha>3d9c9a4d3d893e903bb3295fd5b55b8e40699888</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.21416.5">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
Expand All @@ -242,13 +242,13 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
<Sha>d50065944d8b41d804448a7056351481d583ad3d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="1.0.2-alpha.0.21413.1">
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="6.0.0-alpha.0.23226.4">
<Uri>https://github.com/dotnet/hotreload-utils</Uri>
<Sha>802e79f0cf423249d54bfaafca2da4a272f4ca07</Sha>
<Sha>83c5bd71b65d9de362ae0ba2f2cdea94c002c8c7</Sha>
</Dependency>
<Dependency Name="System.Runtime.Numerics.TestData" Version="6.0.0-beta.23179.5">
<Dependency Name="System.Runtime.Numerics.TestData" Version="6.0.0-beta.23212.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>394c6358ffc15856545904f295d7d2d5ce7d0df4</Sha>
<Sha>27b0291e9fb85b6664e4fc7c6bc10bcd059d8ab7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0-rc1.21413.4">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand Down
Loading