Skip to content

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' #46799

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

Merged
merged 40 commits into from
Feb 13, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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:

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

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 [email protected]: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 [email protected]:dotnet/sdk merge/release/8.0.3xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]: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 30 commits January 7, 2025 23:32
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 471db9b4-49ec-4921-de46-08dc11e85c3a
- **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:471db9b4-49ec-4921-de46-08dc11e85c3a)
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop

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

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:1adb2556-0120-43d1-c468-08dc11e32ec2)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 1adb2556-0120-43d1-c468-08dc11e32ec2
- **Build**: 20250117.2
- **Date Produced**: January 17, 2025 9:47:37 AM UTC
- **Commit**: e43b37de7d5916352702dda1b65d98dd66f5f9f4
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.12 to 8.0.13][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.12 to 8.0.13][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.12-servicing.24604.2 to 8.0.13-servicing.25067.2][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.12-servicing.24604.2 to 8.0.13-servicing.25067.2][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.12-servicing.24603.5 to 8.0.13-servicing.25066.5][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC0dad47b40c489631d0d3e7c6cc10f0035590a17c&targetVersion=GCe43b37de7d5916352702dda1b65d98dd66f5f9f4&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC6a2a510ae56ff16665d95b96a0920e2fd45e1d2b&targetVersion=GCb7c5b2dd5e9b61459c7ba2e58f306029ec791c0d&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)

[marker]: <> (Begin:911684f3-0faa-4fc9-de45-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 911684f3-0faa-4fc9-de45-08dc11e85c3a
- **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][3]
  - **dotnet-user-jwts**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][3]
  - **dotnet-user-secrets**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][3]
  - **Microsoft.AspNetCore.Analyzers**: [from 8.0.12-servicing.24603.12 to 8.0.13-servicing.25066.10][3]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.12 to 8.0.13][3]
  - **Microsoft.AspNetCore.App....
Merge from public release/8.0.3xx to internal/release/8.0.3xx and resolve conflicts if necessary

----
#### AI description  (iteration 1)
#### PR Classification
Merge from public branch to update dependencies and configurations.

#### PR Summary
This pull request updates various dependencies and configurations to newer versions.
- Updated dependency versions in `/eng/Version.Details.xml` and `/eng/Versions.props`.
- Added new package sources in `/NuGet.config`.
- Updated MSBuild version in `/eng/common/tools.ps1` and `/eng/common/sdk-task.ps1`.
- Updated `global.json` to reflect new SDK versions.
…0250205.1

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.309-servicing.25066.9 -> To Version 8.0.310-servicing.25105.1
…darc-release/8.0.3xx-dbcf92f9-267f-4cb5-b12f-d9fe50a3cb87
…0250206.2

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.309-servicing.25066.9 -> To Version 8.0.310-servicing.25106.2
…darc-release/8.0.3xx-dbcf92f9-267f-4cb5-b12f-d9fe50a3cb87
nagilson and others added 9 commits February 11, 2025 14:05
…0211.3

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.10.19-preview-25071-10 -> To Version 17.10.21-preview-25111-03
…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
…0250211.6

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.114-servicing.25105.10 -> To Version 8.0.114-servicing.25111.6
@github-actions github-actions bot force-pushed the merge/release/8.0.3xx-to-release/8.0.4xx branch from b1ed68a to 6400b6a Compare February 12, 2025 23:23
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Feb 12, 2025
@v-wuzhai v-wuzhai merged commit 2d0477f into release/8.0.4xx Feb 13, 2025
18 checks passed
@v-wuzhai v-wuzhai deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch February 13, 2025 08:25
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.

4 participants