Skip to content

Conversation

@rmarinho
Copy link
Member

@rmarinho rmarinho commented Dec 5, 2025

Description of Change

Moving to IOS workloads 21 and new XCOde
Update Android

Copilot AI review requested due to automatic review settings December 5, 2025 10:40
Copy link
Contributor

Copilot AI left a 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

<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">
Copy link

Copilot AI Dec 5, 2025

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.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

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 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<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">
Copy link

Copilot AI Dec 5, 2025

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.

Suggested change
<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">

Copilot uses AI. Check for mistakes.
Copy link
Member

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.

<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">
Copy link

Copilot AI Dec 5, 2025

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.

Copilot uses AI. Check for mistakes.
<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">
Copy link

Copilot AI Dec 5, 2025

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.

Suggested change
<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">

Copilot uses AI. Check for mistakes.
@rmarinho rmarinho changed the title [ci] Update iOS and Android workloads [net10] [ci] Update iOS and Android workloads Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants