-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[net10] [ci] Update iOS and Android workloads #33017
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
base: net10.0
Are you sure you want to change the base?
Conversation
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 updates iOS and Android workload versions to align with newer Xcode (26.1.0) and Android SDK releases. The changes update version numbers across build configuration files to enable the project to build with the latest platform SDKs.
Key changes:
- Xcode version upgraded from 26.0.1 to 26.1.0
- iOS/macOS/tvOS/MacCatalyst SDK versions updated from 26.0.x to 26.1.x
- Android SDK version updated from 36.1.2 to 36.1.6
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| eng/pipelines/common/variables.yml | Updates Xcode version references from 26.0.1 to 26.1.0 |
| eng/Versions.props | Updates iOS platform SDK versions to 26.1.x and Android SDK to 36.1.6, with corresponding property name changes from _260 to _261 |
| eng/Version.Details.xml | Updates dependency names for iOS platform SDKs from net10.0_26.0 to net10.0_26.1 and their coherent parent dependencies |
| NuGet.config | Updates package source feed URLs to point to new build artifacts for updated Android and iOS dependencies |
eng/Version.Details.xml
Outdated
| <Sha>1dcfb6f8779c33b6f768c996495cb90ecd729329</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.MacCatalyst.Sdk.net10.0_26.0" Version="26.0.11020"> | ||
| <Dependency Name="Microsoft.MacCatalyst.Sdk.net10.0_26.1" Version="26.0.11020"> |
Copilot
AI
Dec 5, 2025
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.
The dependency name has been updated to reference net10.0_26.1 but the Version attribute still shows 26.0.11020 (a 26.0 version). This should be updated to 26.1.10507 to match the version specified in Versions.props.
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.
@rolfbjarne did we updated net9 workloads for 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.
No, .NET 9 will not receive Xcode 26.1 updates, it will stay on 26.0:
eng/Version.Details.xml
Outdated
| <Sha>bff50fc0645305ad9f8a2bfbb9cfd4f753f4d340</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.macOS.Sdk.net10.0_26.0" Version="26.0.11020"> | ||
| <Dependency Name="Microsoft.macOS.Sdk.net10.0_26.1" Version="26.0.11020"> |
Copilot
AI
Dec 5, 2025
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.
The dependency name has been updated to reference net10.0_26.1 but the Version attribute still shows 26.0.11020 (a 26.0 version). This should be updated to 26.1.10507 to match the version specified in Versions.props.
| <Dependency Name="Microsoft.macOS.Sdk.net10.0_26.1" Version="26.0.11020"> | |
| <Dependency Name="Microsoft.macOS.Sdk.net10.0_26.1" Version="26.1.10507"> |
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.
Copilot is right here, the version number should be updated too.
eng/Version.Details.xml
Outdated
| <Sha>bff50fc0645305ad9f8a2bfbb9cfd4f753f4d340</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.iOS.Sdk.net10.0_26.0" Version="26.0.11020"> | ||
| <Dependency Name="Microsoft.iOS.Sdk.net10.0_26.1" Version="26.0.11020"> |
Copilot
AI
Dec 5, 2025
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.
The dependency name has been updated to reference net10.0_26.1 but the Version attribute still shows 26.0.11020 (a 26.0 version). This should be updated to 26.1.10507 to match the version specified in Versions.props.
eng/Version.Details.xml
Outdated
| <Sha>bff50fc0645305ad9f8a2bfbb9cfd4f753f4d340</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.tvOS.Sdk.net10.0_26.0" Version="26.0.11020"> | ||
| <Dependency Name="Microsoft.tvOS.Sdk.net10.0_26.1" Version="26.0.11020"> |
Copilot
AI
Dec 5, 2025
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.
The dependency name has been updated to reference net10.0_26.1 but the Version attribute still shows 26.0.11020 (a 26.0 version). This should be updated to 26.1.10507 to match the version specified in Versions.props.
| <Dependency Name="Microsoft.tvOS.Sdk.net10.0_26.1" Version="26.0.11020"> | |
| <Dependency Name="Microsoft.tvOS.Sdk.net10.0_26.1" Version="26.1.10507"> |
Description of Change
Moving to IOS workloads 21 and new XCOde
Update Android