[dotnet] Update Xcode 27.0 packages for .NET 10. - #26316
Conversation
Update the Xcode 27.0 SDK subscriptions to BAR build 20260727.4. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5d92bedd-df1a-470e-beb5-f96df82999fa
There was a problem hiding this comment.
Pull request overview
Updates the .NET 10 / Xcode 27.0 SDK dependency subscriptions in dotnet/macios to the newer 27.0.10417-xcode27.0 build, aligning both the declared package versions and the dependency provenance SHA across the repo’s versioning files.
Changes:
- Bump the four .NET 10 / Xcode 27.0 Apple platform SDK dependency versions to
27.0.10417-xcode27.0ineng/Version.Details.xml. - Update the corresponding dependency provenance SHA to
512a7cb49ba77a8468275a652184d8b82cbc7f66ineng/Version.Details.xml. - Bump the matching
*net100_270PackageVersionproperties to27.0.10417-xcode27.0ineng/Version.Details.props.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Version.Details.xml | Updates net10.0_27.0 SDK subscription versions and provenance SHA for iOS/Mac Catalyst/macOS/tvOS. |
| eng/Version.Details.props | Updates the corresponding net100_270 package version properties to match the new subscription. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🚀 [CI Build #5d1f5f4] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 203 tests passed 🎉 Tests counts✅ assembly-processing: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
…26317) ## Summary - Update the iOS, Mac Catalyst, macOS, and tvOS .NET 10/Xcode 27.0 SDK subscriptions from `27.0.10241-xcode27.0` to `27.0.10417-xcode27.0`. - Update dependency provenance to source commit [`512a7cb49ba77a8468275a652184d8b82cbc7f66`](512a7cb). ## Source - BAR build: `324582` - Azure build: [`20260727.4`](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=14776271) - Published package list: [commit comment 193945297](512a7cb#commitcomment-193945297) ## Validation - Resolved and updated all four dependencies with `darc` from BAR build `324582`. - Verified both version files are well-formed XML and contain the exact version/SHA pairs. - Verified the source build package, signing, and NuGet push checks succeeded. Release-branch companion to #26316. At PR creation time, the new version was registered in BAR but not yet visible on the configured public `dotnet10` feed; package promotion remains a pre-merge check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5d92bedd-df1a-470e-beb5-f96df82999fa
Summary
27.0.10241-xcode27.0to27.0.10417-xcode27.0.512a7cb49ba77a8468275a652184d8b82cbc7f66.Source
32458220260727.4Validation
darcfrom BAR build324582.At PR creation time, the new version was registered in BAR but not yet visible on the configured public
dotnet10feed; package promotion remains a pre-merge check.