Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 6, 2025

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

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

  • cincuranet
  • vseanreesermsft
  • mmitche
  • dotnet-bot

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/9.0
git pull --ff-only
git checkout main
git pull --ff-only
git merge --no-ff release/9.0

# 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/efcore HEAD:merge/release/9.0-to-main
or if you are using SSH
git push [email protected]:dotnet/efcore HEAD:merge/release/9.0-to-main

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/9.0-to-main'. 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/9.0-to-main origin/main
git pull https://github.com/dotnet/efcore merge/release/9.0-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/efcore HEAD:merge/release/9.0-to-main
or if you are using SSH
git fetch
git checkout -b merge/release/9.0-to-main origin/main
git pull [email protected]:dotnet/efcore merge/release/9.0-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet/efcore HEAD:merge/release/9.0-to-main

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.

dotnet-bot and others added 15 commits July 4, 2025 06:43
…otnet-runtime build 20250703.13

Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Logging , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , System.Formats.Asn1 , System.Text.Encodings.Web , System.Text.Json
 From Version 9.0.7 -> To Version 9.0.8
#### AI description  (iteration 1)
#### PR Classification
This PR synchronizes internal release configurations with the public branch by updating dependency versions and build tooling settings for release 9.0.

#### PR Summary
The changes update version numbers and configuration details to align with public releases, ensuring consistency across internal builds.
- `eng/Version.Details.xml`: Updated dependency versions and SHAs for Arcade, Build Tasks Templating, and Helix SDK.
- `global.json`: Bumped the SDK and tool versions from 9.0.106 to 9.0.107 and updated the msbuild-sdks entries.
- `eng/common/core-templates/job/job.yml`: Added conditional logic to set `ConnectedPMEServiceName` based on the team project.
- `eng/Versions.props` and NuGet configuration files (`NuGet.config`, `eng/common/internal/NuGet.config`): Revised dependency versions and removed obsolete package source entries.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-runtime build 20250708.20

Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Logging , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , System.Formats.Asn1 , System.Text.Encodings.Web , System.Text.Json
 From Version 9.0.7 -> To Version 9.0.8
…ng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:9dd82232-9947-4c91-873c-a50d5007af96)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [9dd82232-9947-4c91-873c-a50d5007af96](https://maestro.dot.net/subscriptions?search=9dd82232-9947-4c91-873c-a50d5007af96)
- **Build**: [20250708.20](https://dev.azure.com/dnceng/internal/_build/results?buildId=2745714)
- **Date Produced**: July 9, 2025 5:27:00 AM UTC
- **Commit**: [a53bab00a73f56e1183242bec45cfd12c3b03758](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCa53bab00a73f56e1183242bec45cfd12c3b03758)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.7 to 9.0.8][2]
    - Microsoft.Extensions.Caching.Memory
    - Microsoft.Extensions.Configuration
    - Microsoft.Extensions.Configuration.Abstractions
    - Microsoft.Extensions.Configuration.EnvironmentVariables
    - Microsoft.Extensions.Configuration.Json
    - Microsoft.Extensions.DependencyInjection
    - Microsoft.Extensions.DependencyModel
    - Microsoft.Extensions.Logging
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - System.Formats.Asn1
    - System.Text.Encodings.Web
    - System.Text.Json
  - From [9.0.7-servicing.25316.16 to 9.0.8-servicing.25358.20][2]
    - Microsoft.Extensions.HostFactoryResolver.Sources
    - Microsoft.NETCore.BrowserDebugHost.Transport

[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC3c298d9f00936d651cc47d221762474e25277672&targetVersion=GCa53bab00a73f56e1183242bec45cfd12c3b03758&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:9dd82232-9947-4c91-873c-a50d5007af96)
…otnet-runtime build 20250711.3

Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Logging , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , System.Formats.Asn1 , System.Text.Encodings.Web , System.Text.Json
 From Version 9.0.8 -> To Version 9.0.8
…ng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:9dd82232-9947-4c91-873c-a50d5007af96)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [9dd82232-9947-4c91-873c-a50d5007af96](https://maestro.dot.net/subscriptions?search=9dd82232-9947-4c91-873c-a50d5007af96)
- **Build**: [20250711.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747894)
- **Date Produced**: July 13, 2025 2:05:42 AM UTC
- **Commit**: [b1de385893698d29b537e9fae6edd4c18c2a5d4f](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCb1de385893698d29b537e9fae6edd4c18c2a5d4f)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8 to 9.0.8][1]
    - Microsoft.Extensions.Caching.Memory
    - Microsoft.Extensions.Configuration
    - Microsoft.Extensions.Configuration.Abstractions
    - Microsoft.Extensions.Configuration.EnvironmentVariables
    - Microsoft.Extensions.Configuration.Json
    - Microsoft.Extensions.DependencyInjection
    - Microsoft.Extensions.DependencyModel
    - Microsoft.Extensions.Logging
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - System.Formats.Asn1
    - System.Text.Encodings.Web
    - System.Text.Json
  - From [9.0.8-servicing.25358.20 to 9.0.8-servicing.25361.3][1]
    - Microsoft.Extensions.HostFactoryResolver.Sources
    - Microsoft.NETCore.BrowserDebugHost.Transport

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCa53bab00a73f56e1183242bec45cfd12c3b03758&targetVersion=GCb1de385893698d29b537e9fae6edd4c18c2a5d4f&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:9dd82232-9947-4c91-873c-a50d5007af96)
…ng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:9dd82232-9947-4c91-873c-a50d5007af96)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [9dd82232-9947-4c91-873c-a50d5007af96](https://maestro.dot.net/subscriptions?search=9dd82232-9947-4c91-873c-a50d5007af96)
- **Build**: [20250715.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2750577)
- **Date Produced**: July 18, 2025 2:01:47 AM UTC
- **Commit**: [aae90fa09086a9be09dac83fa66542232c7269d8](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCaae90fa09086a9be09dac83fa66542232c7269d8)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8 to 9.0.8][1]
    - Microsoft.Extensions.Caching.Memory
    - Microsoft.Extensions.Configuration
    - Microsoft.Extensions.Configuration.Abstractions
    - Microsoft.Extensions.Configuration.EnvironmentVariables
    - Microsoft.Extensions.Configuration.Json
    - Microsoft.Extensions.DependencyInjection
    - Microsoft.Extensions.DependencyModel
    - Microsoft.Extensions.Logging
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - System.Formats.Asn1
    - System.Text.Encodings.Web
    - System.Text.Json
  - From [9.0.8-servicing.25361.3 to 9.0.8-servicing.25365.11][1]
    - Microsoft.Extensions.HostFactoryResolver.Sources
    - Microsoft.NETCore.BrowserDebugHost.Transport

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCb1de385893698d29b537e9fae6edd4c18c2a5d4f&targetVersion=GCaae90fa09086a9be09dac83fa66542232c7269d8&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:9dd82232-9947-4c91-873c-a50d5007af96)
[automated] Merge branch 'release/8.0' => 'release/9.0'
…5-08-06-0840

Merging internal commits for release/9.0
@cincuranet cincuranet enabled auto-merge August 7, 2025 07:31
@cincuranet cincuranet merged commit 9b7bcf3 into main Aug 7, 2025
7 checks passed
@cincuranet cincuranet deleted the merge/release/9.0-to-main branch August 7, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants