-
Notifications
You must be signed in to change notification settings - Fork 549
[net11.0] Bump minimum library version for .NET 11. #24395
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
Conversation
This will eventually become 27.0, when .NET 11 goes stable (for now there's no Xcode 26.0 support in .NET 11, only Xcode 26.1).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the minimum library target platform version from 26.0 to 26.1 for .NET 11 across all Apple platforms. According to the description, this version will eventually become 27.0 when .NET 11 goes stable; currently, .NET 11 only supports Xcode 26.1 (not Xcode 26.0). This change affects the baseline OS version that library projects will target when built for .NET 11.
Key Changes
- Library target platform versions updated from 26.0 to 26.1 for all platforms (iOS, tvOS, macOS, Mac Catalyst)
- Changes synchronized across both configuration systems (C# constants and Make variables)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/common/SdkVersions.cs | Updated TargetPlatformVersionLibrary constants from "26.0" to "26.1" for all four Apple platforms |
| Make.versions | Updated TARGET_PLATFORM_VERSION_LIBRARY variables from 26.0 to 26.1 for all four Apple platforms |
✅ [CI Build #c085c1e] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #c085c1e] Build passed (Detect API changes) ✅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 #c085c1e] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #c085c1e] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #c085c1e] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #c085c1e] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #c085c1e] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #c085c1e] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
🔥 [CI Build #c085c1e] Test results 🔥Test results❌ Tests failed on VSTS: test results 1 tests crashed, 8 tests failed, 106 tests passed. Failures❌ dotnettests tests (iOS)
Html Report (VSDrops) Download ❌ dotnettests tests (MacCatalyst)
Html Report (VSDrops) Download ❌ dotnettests tests (macOS)
Html Report (VSDrops) Download ❌ dotnettests tests (tvOS)
Html Report (VSDrops) Download ❌ introspection tests
Html Report (VSDrops) Download ❌ monotouch tests (macOS)
Html Report (VSDrops) Download ❌ monotouch tests (tvOS)
Html Report (VSDrops) Download ❌ windows testsHtml Report (VSDrops) Download ❌ xtro tests🔥 Failed catastrophically on VSTS: test results - xtro (no summary found). Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
|
This will have to be done together with the .NET branding update from .NET 10 to .NET 11. |
Pull request was closed
This will eventually become 27.0, when .NET 11 goes stable (for now there's no
Xcode 26.0 support in .NET 11, only Xcode 26.1).