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

[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' #19053

Conversation

dotnet-maestro-bot
Copy link

I detected changes in the release/8.0.1xx branch which have not been merged yet to release/8.0.2xx. I'm a robot and am configured to help you automatically keep release/8.0.2xx up to date, so I've opened this PR.

This PR merges commits made on release/8.0.1xx by the following committers:

  • mthalman
  • v-wuzhai
  • JL03-Yue
  • dotnet-maestro[bot]
  • dotnet-sb-bot
  • vseanreesermsft
  • marcpopMSFT
  • ellahathaway
  • nagilson
  • dotnet-bot
  • joeloff
  • github-actions[bot]
  • oleksandr-didyk
  • mmitche
  • dkurepa
  • joperezr

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/8.0.1xx
git pull --ff-only
git checkout release/8.0.2xx
git pull --ff-only
git merge --no-ff release/8.0.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/core-sdk HEAD:merge/release/8.0.1xx-to-release/8.0.2xx
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/core-sdk HEAD:merge/release/8.0.1xx-to-release/8.0.2xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/8.0.1xx-to-release/8.0.2xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/8.0.1xx-to-release/8.0.2xx release/8.0.2xx
git pull https://github.com/dotnet-maestro-bot/core-sdk merge/release/8.0.1xx-to-release/8.0.2xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/core-sdk HEAD:merge/release/8.0.1xx-to-release/8.0.2xx
or if you are using SSH
git checkout -b merge/release/8.0.1xx-to-release/8.0.2xx release/8.0.2xx
git pull git@github.com:dotnet-maestro-bot/core-sdk merge/release/8.0.1xx-to-release/8.0.2xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/core-sdk HEAD:merge/release/8.0.1xx-to-release/8.0.2xx

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

dotnet-bot and others added 30 commits October 26, 2023 20:36
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.0-rtm.23524.1 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.0-rtm.23524.1 to 8.0.0-rtm.23526.4 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.0-rtm.23524.1 to 8.0.0-rtm.23526.4 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23523.12 to 8.0.0-rtm.23524.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.0-rtm.23523.12 to 8.0.0-rtm.23524.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.0-rtm.23523.12 to 8.0.0-rtm.23524.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.0-rtm.23524.5 to 8.0.0-rtm.23524.15 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.0-rtm.23524.1 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.0-rtm.23524.1 to 8.0.0-rtm.23525.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.0-rtm.23524.1 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.0-rtm.23524.1 to 8.0.0-rtm.23526.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Net.Compilers.Toolset**: from 4.8.0-3.23524.2...
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23524.7 to 8.0.0-rtm.23525.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.0-rtm.23524.7 to 8.0.0-rtm.23525.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.0-rtm.23524.7 to 8.0.0-rtm.23525.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0-rtm.23524.15 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.0-rtm.23524.15 to 8.0.0-rtm.23526.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.0-rtm.23524.15 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23524.15 to 8.0.0-rtm.23526.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.0-rtm.23524.15 to 8.0.0-rtm.23526.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.0-rtm.23524.15 to 8.0.0-rtm.23526.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.0-rtm.23524.15 to 8.0.0-rtm.23526.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be
- **Build**: 20231026.11
- **Date Produced**: October 26, 2023 8:10:44 PM UTC
- **Commit**: ad5c9dfff0ed7674a2196f138518daea5783f1f6
- **Branch**: refs/heads/internal/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 8.0.100 to 8.0.100][1]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 8.0.100-rtm.23526.9 to 8.0.100-rtm.23526.11][1]
  - **Microsoft.NET.Sdk**: [from 8.0.100-rtm.23526.9 to 8.0.100-rtm.23526.11][1]
  - **Microsoft.TemplateEngine.Cli**: [from 8.0.10...
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be
- **Build**: 20231026.13
- **Date Produced**: October 26, 2023 9:33:59 PM UTC
- **Commit**: fc894af5e747aec82e6581c7bec01aea120c7115
- **Branch**: refs/heads/internal/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 8.0.100 to 8.0.100][1]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 8.0.100-rtm.23526.11 to 8.0.100-rtm.23526.13][1]
  - **Microsoft.NET.Sdk**: [from 8.0.100-rtm.23526.11 to 8.0.100-rtm.23526.13][1]
  - **Microsoft.TemplateEngine.Cli**: [from 8.0.100-rtm.23526.11 to 8.0.100-rtm.23526.13][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0 to 8.0.0][2]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7][2]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.0 to 8.0.0][2]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7][2]
  - **dotnet-dev-certs**: [from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7][2]
  - **dotnet-user-jwts**: [from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7][2]
  - **dotnet-user-secrets**: [from 8.0.0-rtm.23526.2 to 8.0.0-rtm.23526.7][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCad5c9dfff0&targetVersion=GCfc894af5e7&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC757f469b66&targetVersion=GC9b5f201a55&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d...
…otnet-sdk

- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23526.4 to 8.0.0-rtm.23526.6 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23526.4 to 8.0.0-rtm.23526.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23525.7 to 8.0.0-rtm.23526.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23526.1 to 8.0.0-rtm.23526.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be
- **Build**: 20231027.8
- **Date Produced**: October 27, 2023 4:25:06 PM UTC
- **Commit**: f0039867c17ac82a01895261802e50a6da068d57
- **Branch**: refs/heads/internal/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 8.0.100 to 8.0.100][1]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 8.0.100-rtm.23526.16 to 8.0.100-rtm.23527.8][1]
  - **Microsoft.NET.Sdk**: [from 8.0.100-rtm.23526.16 to 8.0.100-rtm.23527.8][1]
  - **Microsoft.TemplateEngine.Cli**: [from 8.0.100-rtm.23526.16 to 8.0.100-rtm.23527.8][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0 to 8.0.0][2]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11][2]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.0 to 8.0.0][2]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11][2]
  - **dotnet-dev-certs**: [from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11][2]
  - **dotnet-user-jwts**: [from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11][2]
  - **dotnet-user-secrets**: [from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23526.11][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC45e463695e&targetVersion=GCf0039867c1&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC9b5f201a55&targetVersion=GC31739e30e9&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (...
@<Marc Paine> @<David Negstad> @<Daniel Plaisted> @<Jacques Eloff>

Updating the baseline manifest for Aspire
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.0-rtm.23526.6 to 8.0.0-rtm.23531.3 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.0-rtm.23526.6 to 8.0.0-rtm.23531.3 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23525.7 to 8.0.0-rtm.23530.12 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.0-rtm.23525.7 to 8.0.0-rtm.23530.12 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.0-rtm.23525.7 to 8.0.0-rtm.23530.12 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.0-rtm.23526.11 to 8.0.0-rtm.23531.1 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23526.11 to 8.0.0-rtm.23531.1 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.0-rtm.23526.11 to 8.0.0-rtm.23531.1 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.0-rtm.23526.11 to 8.0.0-rtm.23531.1 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.0-rtm.23526.11 to 8.0.0-rtm.23531.1 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.0-rtm.23526.3 to 8.0.0-rtm.23531.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.0-rtm.23526.7 to 8.0.0-rtm.23531.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from...
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23530.12 to 8.0.0-rtm.23531.3 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.0-rtm.23530.12 to 8.0.0-rtm.23531.3 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.0-rtm.23530.12 to 8.0.0-rtm.23531.3 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: from 8.0.0 to 8.0.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.SourceBuild.Intermediate.emsdk**: from 8.0.0-rtm.23523.2 to 8.0.0-rtm.23530.2 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be
- **Build**: 20231031.25
- **Date Produced**: October 31, 2023 10:48:17 PM UTC
- **Commit**: cf8671d9b9f3f42c9c546a29d45eb43f8a380e13
- **Branch**: refs/heads/internal/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 8.0.100 to 8.0.100][1]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 8.0.100-rtm.23531.14 to 8.0.100-rtm.23531.25][1]
  - **Microsoft.NET.Sdk**: [from 8.0.100-rtm.23531.14 to 8.0.100-rtm.23531.25][1]
  - **Microsoft.TemplateEngine.Cli**: [from 8.0.100-rtm.23531.14 to 8.0.100-rtm.23531.25][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.0-rtm.23530.12 to 8.0.0-rtm.23531.3][2]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0 to 8.0.0][2]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.0-rtm.23530.12 to 8.0.0-rtm.23531.3][2]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.0 to 8.0.0][2]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.0 to 8.0.0][2]
  - **Microsoft.NETCor...
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.0-rtm.23531.3 to 8.0.0-rtm.23551.1 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.0-rtm.23531.3 to 8.0.0-rtm.23551.1 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.0-rtm.23531.1 to 8.0.0-rtm.23531.12 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.0-rtm.23531.1 to 8.0.0-rtm.23531.12 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.0-rtm.23531.1 to 8.0.0-rtm.23531.12 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.0-rtm.23531.1 to 8.0.0-rtm.23531.12 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.0-rtm.23531.1 to 8.0.0-rtm.23531.12 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.0-rtm.23531.1 to 8.0.0-rtm.23531.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.0 to 8.0.0 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.0-rtm.23531.2 to 8.0.0-rtm.23531.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be
- **Build**: 20231101.6
- **Date Produced**: November 1, 2023 11:48:28 AM UTC
- **Commit**: e9d13cbe7e8c1d52ce276a8655f52a87e1017c46
- **Branch**: refs/heads/internal/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 8.0.100 to 8.0.100][9]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 8.0.100-rtm.23531.25 to 8.0.100-rtm.23551.6][9]
  - **Microsoft.NET.Sdk**: [from 8.0.100-rtm.23531.25 to 8.0.100-rtm.23551.6][9]
  - **Microsoft.TemplateEngine.Cli**: [from 8.0.100-rtm.23531.25 to 8.0.100-rtm.23551.6][9]
  - **Microsoft.WindowsD...
Adding Aspire repo into source-build

cc: @<Matt Mitchell> @<Michael Simons (VISUAL STUDIO)> @<Matt Thalman>
- Please add description for changes you are making.
- If there is an issue related to this PR, please add the reference.

Update Aspire manifest inserted into installer
Merge from public release/8.0.1xx to internal/release/8.0.1xx and resolve conflicts if necessary
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.FSharp.Compiler**: from 12.8.0-beta.23523.6 to 12.8.0-beta.23563.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.SourceBuild.Intermediate.fsharp**: from 8.0.100-beta.23523.6 to 8.0.101-beta.23563.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NET.Test.Sdk**: from 17.8.0-release-23523-03 to 17.8.0-release-23553-01 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Net.Compilers.Toolset**: from 4.8.0-3.23524.11 to 4.8.0-7.23566.2 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be
- **Build**: 20231117.10
- **Date Produced**: November 17, 2023 7:31:44 PM UTC
- **Commit**: 896ac7319c1d96012fa40193a20d1aadc444c697
- **Branch**: refs/heads/internal/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 8.0.100 to 8.0.101][21]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 8.0.100-rtm.23551.6 to 8.0.101-servicing.23567.10][21]
  - **Microsoft.NET.Sdk**: [from 8.0.100-rtm.23551.6 to 8.0.101-servicing.23567.10][21]
  - **Microsoft.TemplateEngine.Cli**: [from 8.0.100-rtm.23551.6 to 8.0.101-servicing.23567.10][21]
  - **Microsoft.FSharp.Compiler**: [from 12.8.0-beta.23523.6 to 12.8.0-beta.23563.2][22]
  - **Microsoft.SourceBuild.Intermediate.fsharp**: [from 8.0.100-beta.23523.6 to 8.0.101-beta.23563.2][22]
  - **Microsoft.NET.Test.Sdk**: [from 17.8.0-release-23523-03 to 17.8.0-release-23553-01][23]
  - **Microsoft.Net.Compilers.Toolset**: [from 4.8.0-3.23524.11 to 4.8.0-7.23566.2][24]

[21]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCe9d13cbe7e&targetVersion=GC896ac7319c&_a=files
[22]: dotnet/fsharp@f41fe15...424e4b7
[23]: microsoft/vstest@ae25c3b...ae25c3b
[24]: dotnet/roslyn@f43cd10...7b75981

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…otnet-sdk build 20231118.1

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.101 -> To Version 8.0.101

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20231119.5

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.101 -> To Version 8.0.101

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20231120.4

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.101 -> To Version 8.0.101

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20231120.10

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.101 -> To Version 8.0.101

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20231120.47

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.101 -> To Version 8.0.101

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20231120.53

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.101 -> To Version 8.0.101

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk
marcpopMSFT and others added 20 commits March 12, 2024 09:56
…ence-packages build

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23565.1 -> To Version 8.0.0-alpha.1.24162.3
…ence-packages build

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.24162.3 -> To Version 8.0.0-alpha.1.24163.3
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/8.0.1xx-to-release/8.0.2xx branch from 342c38d to 9c70a50 Compare March 14, 2024 13:44
@dotnet-maestro-bot dotnet-maestro-bot requested a review from a team as a code owner March 14, 2024 14:48
@v-wuzhai v-wuzhai requested a review from mthalman March 18, 2024 08:25
@v-wuzhai
Copy link
Member

@mthalman when you have a moment, could you review the PR?

@Forgind Forgind merged commit 8222f86 into dotnet:release/8.0.2xx Apr 2, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.