Merging internal commits for release/8.0#38390
Merged
wtgodbe merged 9 commits intoJun 10, 2026
Merged
Conversation
…otnet-runtime build 20260512.30 On relative base path root Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.27-servicing.26229.22 -> To Version 8.0.28-servicing.26262.30 Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.27 -> To Version 8.0.28
…otnet-runtime build 20260514.5 On relative base path root Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.27-servicing.26229.22 -> To Version 8.0.28-servicing.26264.5 Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.27 -> To Version 8.0.28
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:922981e1-18b6-46aa-2468-08dbd53ba9ce) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [922981e1-18b6-46aa-2468-08dbd53ba9ce](https://maestro.dot.net/subscriptions?search=922981e1-18b6-46aa-2468-08dbd53ba9ce) - **Build**: [20260514.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2974894) ([314377](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/314377)) - **Date Produced**: May 14, 2026 5:44:40 PM UTC - **Commit**: [e77fe8485db233c832f25e1a736ea48230386fb9](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCe77fe8485db233c832f25e1a736ea48230386fb9) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27-servicing.26229.22 to 8.0.28-servicing.26264.5][2] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.NETCore.BrowserDebugHost.Transport - From [8.0.27 to 8.0.28][2] - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.win-x64 [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCa6bde67c455f2ac219988c7a66171631090b6f65&targetVersion=GCe77fe8485db233c832f25e1a736ea48230386fb9&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)
…otnet-runtime build 20260514.13 On relative base path root Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.28-servicing.26264.5 -> To Version 8.0.28-servicing.26264.13 Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.28 -> To Version 8.0.28
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:922981e1-18b6-46aa-2468-08dbd53ba9ce) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [922981e1-18b6-46aa-2468-08dbd53ba9ce](https://maestro.dot.net/subscriptions?search=922981e1-18b6-46aa-2468-08dbd53ba9ce) - **Build**: [20260514.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2975153) ([314438](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/314438)) - **Date Produced**: May 14, 2026 11:26:57 PM UTC - **Commit**: [46295af5828b062bbbf93a9cef50fd8cb9fbcb09](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC46295af5828b062bbbf93a9cef50fd8cb9fbcb09) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.28-servicing.26264.5 to 8.0.28-servicing.26264.13][1] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.NETCore.BrowserDebugHost.Transport - From [8.0.28 to 8.0.28][1] - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.win-x64 [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCe77fe8485db233c832f25e1a736ea48230386fb9&targetVersion=GC46295af5828b062bbbf93a9cef50fd8cb9fbcb09&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)
…-merge-8.0-2026-06-09-1514
vseanreesermsft
requested review from
AndriySvyryd,
dotnet-maestro-bot and
wtgodbe
as code owners
June 9, 2026 22:14
There was a problem hiding this comment.
Pull request overview
Updates EFCore’s pinned dotnet/runtime dependency versions for the release/8.0 line and records the associated runtime build provenance used by dependency flow.
Changes:
- Add a new (disabled)
darc-intdotnet-runtime package source for the updated runtime build. - Bump
Microsoft.Extensions.HostFactoryResolver.Sources,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64, andMicrosoft.NETCore.BrowserDebugHost.Transportfrom 8.0.27 to 8.0.28 servicing builds. - Update
Version.Details.xmlto reflect the new runtime commit SHA for the updated dependencies.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| NuGet.config | Adds the new dotnet-runtime darc-int feed entry (kept disabled) as part of dependency flow metadata. |
| eng/Versions.props | Updates runtime-related version properties to 8.0.28 servicing builds. |
| eng/Version.Details.xml | Updates dependency versions and commit SHAs for the runtime components being bumped. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wtgodbe
approved these changes
Jun 9, 2026
wtgodbe
enabled auto-merge
June 9, 2026 23:41
This was referenced Jun 12, 2026
This was referenced Jul 15, 2026
Open
Merged
This was referenced Jul 18, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.