[net11.0] Add dependency/support for .NET 10 Xcode 26.2 packages.#24435
[net11.0] Add dependency/support for .NET 10 Xcode 26.2 packages.#24435rolfbjarne merged 3 commits intonet11.0from
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds dependency and tooling support for .NET 10 with Xcode 26.1 packages to the net11.0 branch. It enables the project to reference and build against the newer Xcode 26.1 SDK versions alongside the existing Xcode 26.0 support. The changes follow the established pattern for adding new SDK versions by updating dependency tracking files, version properties, package sources, and supported API version lists.
Key Changes
- Added .NET 10/Xcode 26.1 SDK dependencies for all four Apple platforms (iOS, macOS, tvOS, MacCatalyst) with version 26.1.10516
- Configured the build system to recognize net10.0-26.1 as a supported API version across all platforms
- Added the required NuGet package source for resolving the new dependencies
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Version.Details.xml | Adds four new SDK dependency entries for .NET 10/Xcode 26.1 (iOS, macOS, tvOS, MacCatalyst) with SHA and version information |
| eng/Version.Details.props | Adds package version properties and version alias properties for the four new 26.1 SDK packages |
| NuGet.config | Adds the darc-pub-dotnet-macios-d410dd0 package source to resolve the new SDK packages |
| Make.versions | Adds net10.0-26.1 to the supported API versions list for all four platforms |
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.
💻 [CI Build #69e96bf] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
💻 [CI Build #69e96bf] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
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.
✅ [PR Build #c82888d] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #c82888d] Build passed (Build packages) ✅Pipeline on Agent |
✅ 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 #c82888d] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #c82888d] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #c82888d] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #c82888d] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
🚀 [CI Build #c82888d] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 117 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.