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.3xx' => 'release/8.0.4xx' #47366

Merged
merged 32 commits into from
Mar 10, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2025

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

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

  • marcpopMSFT
  • vseanreesermsft
  • v-wuzhai
  • dotnet-maestro[bot]
  • nagilson

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.3xx
git pull --ff-only
git checkout release/8.0.4xx
git pull --ff-only
git merge --no-ff release/8.0.3xx

# 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/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx

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.3xx-to-release/8.0.4xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

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

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

Mirroring and others added 28 commits January 7, 2025 23:32
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: dd95552e-72fb-4363-9b59-08dbd5a5c3e7
- **Build**: 20250116.9
- **Date Produced**: January 16, 2025 11:17:27 PM UTC
- **Commit**: eba546b0f0d448e0176a2222548fd7a2fbf464c0
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.2 to 8.0.3][1]
  - **Microsoft.NET.HostModel**: [from 8.0.12-servicing.24603.5 to 8.0.13-servicing.25066.9][2]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.12 to 8.0.13][2]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.12 to 8.0.13][2]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.12 to 8.0.13][2]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.12 to 8.0.13][2]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.12 to 8.0.13][2]
  - **Microsoft.NETCore.Platforms**: [from 8.0.12-servicing.24603.5 to 8.0.13-servicing.25066.9][2]
  - **System.Formats.Asn1**: [from 8.0.1 to 8.0.2][3]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.12-servicing.24603.5 to 8.0.13-servicing.25066.9][2]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.12-servicing.24603.5 to 8.0.13-servicing.25066.9][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC81cabf2857a01351e5ab578947c7403a5b128ad1&targetVersion=GCeba546b0f0d448e0176a2222548fd7a2fbf464c0&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC89ef51c5d8f5239345127a1e282e11036e590c8b&targetVersion=GCeba546b0f0d448e0176a2222548fd7a2fbf464c0&_a=files
[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC2aade6beb02ea367fd97c4070a4198802fe61c03&targetVersion=GCeba546b0f0d448e0176a2222548fd7a2fbf464c0&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:5ae73aca-14b4-4570-17b0-08dbd53e3897)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 5ae73aca-14b4-4570-17b0-08dbd53e3897
- **Build**: 20250116.10
- **Date Produced**: January 17, 2025 9:15:39 AM UTC
- **Commit**: 009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **dotnet-user-jwts**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **dotnet-user-secrets**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.Analyzers**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.AspNetCore.Authorization**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.AspNetCore.Components.SdkAnalyzers**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.Components.Web**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]
  - **Microsoft.AspNetCore.TestHost**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.Extensions.FileProviders.Embedded**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.Extensions.ObjectPool**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.JSInterop**: [from 8.0.12 to 8.0.13][1]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC31d685b2d9a86ca1243014d175a3da813f78e428&targetVersion=GC009e1ccafde4086ea52999e878f6e7aa5a7c4ccf&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5ae73aca-14b4-4570-17b0-08dbd53e3897)

[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.NET.Sdk.WindowsDesktop**: from 8.0.12-servicing.24603.5 to 8.0.13-servicing.25066.5 (parent: Microsoft.WindowsDesktop.App.Ref)

[DependencyUpdate]: <> ...
Merge from public release/8.0.1xx to internal/release/8.0.1xx and resolve conflicts if necessary

----
#### AI description  (iteration 1)
#### PR Classification
Dependency updates and internal configuration changes.

#### PR Summary
This pull request updates various dependencies and internal configurations to newer versions.
- Updated dependency versions in `/eng/Version.Details.xml` and `/global.json`.
- Added new package sources and updated existing ones in `/NuGet.config`.
- Updated MSBuild version in `/eng/common/tools.ps1` and `/eng/common/sdk-task.ps1`.
- Updated various dependency versions in `/eng/Versions.props`.
…his again unless there's a specific change required.
…211.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25105.2 -> To Version 8.0.0-beta.25111.4
…merge/release/8.0.1xx-to-release/8.0.3xx
…0250212.1

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.310-servicing.25106.2 -> To Version 8.0.310-servicing.25112.1
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 7, 2025
edvilme and others added 4 commits March 7, 2025 15:24
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…merge/release/8.0.3xx-to-release/8.0.4xx
@v-wuzhai v-wuzhai merged commit c298a70 into release/8.0.4xx Mar 10, 2025
18 checks passed
@v-wuzhai v-wuzhai deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch March 10, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants