Skip to content

[dotnet] Add Xcode 27.0 packages for .NET 10. - #26071

Merged
rolfbjarne merged 1 commit into
mainfrom
dev/rolf/add-xcode27.0
Jul 14, 2026
Merged

[dotnet] Add Xcode 27.0 packages for .NET 10.#26071
rolfbjarne merged 1 commit into
mainfrom
dev/rolf/add-xcode27.0

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

This can be selected by doing this in the csproj:

<TargetFramework>net10.0-ios27.0</TargetFramework>
<NoWarn>$(NoWarn);XCODE_27_0_PREVIEW</NoWarn>

This can be selected by doing this in the csproj:

```xml
<TargetFramework>net10.0-ios27.0</TargetFramework>
<NoWarn>$(NoWarn);XCODE_27_0_PREVIEW</NoWarn>
```
Copilot AI review requested due to automatic review settings July 14, 2026 11:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds .NET 10 / Xcode 27.0 preview SDK package support to the macios build/versioning system, enabling consumers to target net10.0-*-27.0 TFMs (with XCODE_27_0_PREVIEW suppression as needed) while keeping current stable API versions unchanged.

Changes:

  • Introduce BETA_API_VERSIONS_* entries for net10.0-27.0 and wire them into SUPPORTED_API_VERSIONS_*.
  • Add new Microsoft.*.Sdk.net10.0_27.0 dependencies to eng/Version.Details.xml.
  • Add matching *net100_270* version properties to eng/Version.Details.props.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
Make.versions Registers net10.0-27.0 as a beta API version for iOS/tvOS/macOS/MacCatalyst and appends betas into supported API versions.
eng/Version.Details.xml Adds maestro-tracked dependencies for the .NET 10 / Xcode 27.0 SDK packages across all Apple platforms.
eng/Version.Details.props Adds the corresponding auto-generated MSBuild properties for the new net10.0_27.0 package versions.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: ff208a65e0a661830f43214cccbb054761853f20 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

🚀 [CI Build #ff208a6] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 203 tests passed 🎉

Tests counts

✅ assembly-processing: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ cecil: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. [attempt 3] Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ framework: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ generator: All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ linker (iOS): All 15 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ linker (MacCatalyst): All 15 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ linker (macOS): All 21 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ linker (tvOS): All 15 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (iOS): All 19 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 18 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (macOS): All 19 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (tvOS): All 19 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ sharpie: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ windows: All 3 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

macOS tests

✅ Tests on macOS Monterey (12): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Ventura (13): All 5 tests passed. [attempt 3] Html Report (VSDrops) Download
✅ Tests on macOS Sonoma (14): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Sequoia (15): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Tahoe (26): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download

Linux Build Verification

Linux build succeeded

Pipeline on Agent
Hash: ff208a65e0a661830f43214cccbb054761853f20 [PR build]

@rolfbjarne
rolfbjarne merged commit f4ea1a7 into main Jul 14, 2026
57 checks passed
@rolfbjarne
rolfbjarne deleted the dev/rolf/add-xcode27.0 branch July 14, 2026 19:09
rolfbjarne added a commit that referenced this pull request Jul 15, 2026
)

This can be selected by doing this in the csproj:

```xml
<TargetFramework>net10.0-ios27.0</TargetFramework>
<NoWarn>$(NoWarn);XCODE_27_0_PREVIEW</NoWarn>
```

Backport of #26071.
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.

4 participants