[crossgen2] Update minimum maccatalyst versions to 15.2#122010
Merged
jkoritzinsky merged 5 commits intodotnet:mainfrom Dec 1, 2025
Merged
[crossgen2] Update minimum maccatalyst versions to 15.2#122010jkoritzinsky merged 5 commits intodotnet:mainfrom
jkoritzinsky merged 5 commits intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @steveisok, @akoeplinger |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the minimum maccatalyst version from 15.0 to 15.2 for crossgen2 and corelib builds to align the linking version with the compilation version.
- Updated
AppleMinOSVersionproperty for maccatalyst from 15.0 to 15.2 in crossgen2 targets - Updated
AppleMinOSVersionproperty for maccatalyst from 15.0 to 15.2 in crossgen-corelib project
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/tasks/Crossgen2Tasks/Microsoft.NET.CrossGen.targets | Updates maccatalyst minimum OS version to 15.2 for crossgen2 R2R compilation |
| src/coreclr/crossgen-corelib.proj | Updates maccatalyst minimum OS version to 15.2 for corelib crossgen compilation |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
This was referenced Nov 27, 2025
Open
8 tasks
Member
Author
|
/azp run runtime-maccatalyst |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkoritzinsky
approved these changes
Dec 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Crossgen2 is currently compiling for maccatalyst 15.2 but linking against 15.0. This change ensures that R2R object file is built and linked against the same version on maccatalyst.
Error log: