Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: dotnet/macios

Tags

dotnet-11.0.1xx-preview1-11315

Toggle dotnet-11.0.1xx-preview1-11315's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/11.0.1xx-preview1] [net11.0] Fix building .NET 10 projects. F…

…ixes #24417. (#24634)

Fixes #24417.

Backport of #24633.

dotnet-10.0.1xx-xcode26.2-10197

Toggle dotnet-10.0.1xx-xcode26.2-10197's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/10.0.1xx] [dotnet] Disable any default 'PublishRuntimeIdenti…

…fier' values. (#24563)

References:

* https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2691518
* dotnet/sdk@3d6f592
* dotnet/sdk#52566

Backport of #24562.

dotnet-10.0.1xx-xcode26.2-10196

Toggle dotnet-10.0.1xx-xcode26.2-10196's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/10.0.1xx] [msbuild/dotnet] Add support for listing the devic…

…es and simulators available to run on. (#24543)

This consists of two parts:

* Add an MSBuild target that lists all the available devices (`ComputeAvailableDevices`), by returning them in a `$(Devices)` item group.
* Add support for the `$(Device)` property to specify the device or simulator to use.

Regarding the device list, we'll filter the returned list by:

* Platform (don't return an Apple TV simulator for an iOS app).
* Minimum OS version (not return an iOS 18.0 device when the app's minimum OS version is 26.0).
* Only devices that are actually available, as reported by `devicectl` or `simctl`.
* Don't return an arm64 simulator on an x64 machine.
* RuntimeIdentifier, if specified on the command-line.

References:

* dotnet/android#10576
* https://github.com/dotnet/sdk/blob/2b9fc02a265c735f2132e4e3626e94962e48bdf5/documentation/specs/dotnet-run-for-maui.md

Fixes #23995.

Backport of #24279.

dotnet-9.0.1xx-xcode26.0-9785

Toggle dotnet-9.0.1xx-xcode26.0-9785's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0.1xx] Update dependencies from dotnet/sdk (#24486)

This pull request updates the following dependencies

## From https://github.com/dotnet/sdk

- **Subscription**: [d83421ca-e6b7-4c8d-861d-4e04b17c6f8c](https://maestro.dot.net/subscriptions?search=d83421ca-e6b7-4c8d-861d-4e04b17c6f8c)
- **Build**: [20260106.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2873319) ([296206](https://maestro.dot.net/channel/3884/github:dotnet:sdk/build/296206))
- **Date Produced**: January 6, 2026 10:44:34 PM UTC
- **Commit**: [72e782541cab0694c5cc018e4bc784245e22e6a1](dotnet/sdk@72e7825)
- **Branch**: [release/9.0.1xx](https://github.com/dotnet/sdk/tree/release/9.0.1xx)

- **Dependency Updates**:
  - From [9.0.113-servicing.25615.2 to 9.0.113-servicing.26056.8][1]
     - Microsoft.NET.Sdk

[1]: dotnet/sdk@5371752...72e7825

dotnet-10.0.1xx-xcode26.2-10191

Toggle dotnet-10.0.1xx-xcode26.2-10191's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/10.0.1xx] Update dependencies from dotnet/dotnet (#24442)

This pull request updates the following dependencies

[marker]: <> (Begin:b8147851-a11a-4f71-8691-54b5635d49e0)
## From https://github.com/dotnet/dotnet
- **Subscription**:
[b8147851-a11a-4f71-8691-54b5635d49e0](https://maestro.dot.net/subscriptions?search=b8147851-a11a-4f71-8691-54b5635d49e0)
- **Build**:
[20251212.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2859979)
([294580](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/294580))
- **Date Produced**: December 13, 2025 2:31:12 AM UTC
- **Commit**:
[9441e5bb35fae9e956fdac4bd33ee537175e6d60](dotnet/dotnet@9441e5b)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.2 to 10.0.2][2]
     - Microsoft.NET.Runtime.MonoTargets.Sdk
     - Microsoft.NET.ILLink.Tasks
     - Microsoft.NETCore.App.Ref
  - From [10.0.0-beta.25611.101 to 10.0.0-beta.25612.111][2]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.Build.Tasks.Feed
     - Microsoft.DotNet.SharedFramework.Sdk
  - From [0.11.5-alpha.25611.101 to 0.11.5-alpha.25612.111][2]
     - Microsoft.DotNet.Cecil
  - From [10.0.2-servicing.25611.101 to 10.0.2-servicing.25612.111][2]
     - Microsoft.NET.ILLink
- From [10.0.102-servicing.25611.101 to 10.0.102-servicing.25612.111][2]
     - Microsoft.NET.Sdk
  - From [10.0.102 to 10.0.102][2]
     - Microsoft.TemplateEngine.Authoring.Tasks

[2]: dotnet/dotnet@11af6ee...9441e5b

[DependencyUpdate]: <> (End)


[marker]: <> (End:b8147851-a11a-4f71-8691-54b5635d49e0)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <[email protected]>

dotnet-9.0.1xx-xcode26.0-9783

Toggle dotnet-9.0.1xx-xcode26.0-9783's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0.1xx] Update dependencies from dotnet/sdk (#24399)

This pull request updates the following dependencies

## From https://github.com/dotnet/sdk

- **Subscription**: [d83421ca-e6b7-4c8d-861d-4e04b17c6f8c](https://maestro.dot.net/subscriptions?search=d83421ca-e6b7-4c8d-861d-4e04b17c6f8c)
- **Build**: [20251208.12](https://dev.azure.com/dnceng/internal/_build/results?buildId=2856987) ([293881](https://maestro.dot.net/channel/3884/github:dotnet:sdk/build/293881))
- **Date Produced**: December 9, 2025 6:49:36 AM UTC
- **Commit**: [48e7568f19ea0dcabd66f6c2a3ea3699c2156453](dotnet/sdk@48e7568)
- **Branch**: [release/9.0.1xx](https://github.com/dotnet/sdk/tree/release/9.0.1xx)

- **Dependency Updates**:
  - From [9.0.113-servicing.25608.5 to 9.0.113-servicing.25608.12][1]
     - Microsoft.NET.Sdk

[1]: dotnet/sdk@6373e26...48e7568

dotnet-10.0.1xx-xcode26.1-10502

Toggle dotnet-10.0.1xx-xcode26.1-10502's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/10.0.1xx] Update dependencies from dotnet/dotnet (#24300)

This pull request updates the following dependencies

## From https://github.com/dotnet/dotnet

- **Subscription**: [b8147851-a11a-4f71-8691-54b5635d49e0](https://maestro.dot.net/subscriptions?search=b8147851-a11a-4f71-8691-54b5635d49e0)
- **Build**: [20251119.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2842765) ([291507](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/291507))
- **Date Produced**: November 19, 2025 8:36:07 PM UTC
- **Commit**: [4090eb301f5e5db13760aa57eeb32b516c42c56b](dotnet/dotnet@4090eb3)
- **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

- **Dependency Updates**:
  - From [10.0.1 to 10.0.1][1]
     - Microsoft.NET.Runtime.MonoTargets.Sdk
     - Microsoft.NET.ILLink.Tasks
     - Microsoft.NETCore.App.Ref
  - From [10.0.0-beta.25568.102 to 10.0.0-beta.25569.104][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.Build.Tasks.Feed
     - Microsoft.DotNet.SharedFramework.Sdk
  - From [0.11.5-alpha.25568.102 to 0.11.5-alpha.25569.104][1]
     - Microsoft.DotNet.Cecil
  - From [10.0.1-servicing.25568.102 to 10.0.1-servicing.25569.104][1]
     - Microsoft.NET.ILLink
  - From [10.0.101-servicing.25568.102 to 10.0.101-servicing.25569.104][1]
     - Microsoft.NET.Sdk
  - From [10.0.101 to 10.0.101][1]
     - Microsoft.TemplateEngine.Authoring.Tasks

[1]: dotnet/dotnet@115a295...4090eb3

dotnet-9.0.1xx-xcode26.0-9777

Toggle dotnet-9.0.1xx-xcode26.0-9777's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0.1xx] Update dependencies from dotnet/sdk (#24291)

This pull request updates the following dependencies

[marker]: <> (Begin:d83421ca-e6b7-4c8d-861d-4e04b17c6f8c)
## From https://github.com/dotnet/sdk
- **Subscription**:
[d83421ca-e6b7-4c8d-861d-4e04b17c6f8c](https://maestro.dot.net/subscriptions?search=d83421ca-e6b7-4c8d-861d-4e04b17c6f8c)
- **Build**:
[20251117.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2841559)
([291224](https://maestro.dot.net/channel/3884/github:dotnet:sdk/build/291224))
- **Date Produced**: November 18, 2025 9:35:50 AM UTC
- **Commit**:
[45272d597bf7e71ea263dc9da2c3587f978b7af3](dotnet/sdk@45272d5)
- **Branch**:
[release/9.0.1xx](https://github.com/dotnet/sdk/tree/release/9.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.113-servicing.25566.5 to 9.0.113-servicing.25567.4][1]
     - Microsoft.NET.Sdk

[1]: dotnet/sdk@f4defc7...45272d5

[DependencyUpdate]: <> (End)


[marker]: <> (End:d83421ca-e6b7-4c8d-861d-4e04b17c6f8c)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <[email protected]>

dotnet-10.0.1xx-xcode26.1-10494

Toggle dotnet-10.0.1xx-xcode26.1-10494's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/10.0.1xx] Update dependencies from dotnet/macios (#24202)

This pull request updates the following dependencies

[marker]: <> (Begin:5dd980b9-4538-497b-97fd-9e54ce09500a)
## From https://github.com/dotnet/macios
- **Subscription**:
[5dd980b9-4538-497b-97fd-9e54ce09500a](https://maestro.dot.net/subscriptions?search=5dd980b9-4538-497b-97fd-9e54ce09500a)
- **Build**:
[20251107.9](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=12741636)
([290016](https://maestro.dot.net/channel/3884/github:dotnet:macios/build/290016))
- **Date Produced**: November 8, 2025 12:21:24 AM UTC
- **Commit**:
[fe53b4b](fe53b4b)
- **Branch**:
[release/9.0.1xx](https://github.com/dotnet/macios/tree/release/9.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [26.0.9767 to 26.0.9769][2]
     - Microsoft.iOS.Sdk.net9.0_26.0
     - Microsoft.MacCatalyst.Sdk.net9.0_26.0
     - Microsoft.macOS.Sdk.net9.0_26.0
     - Microsoft.tvOS.Sdk.net9.0_26.0

[2]: 28340be...fe53b4b

[DependencyUpdate]: <> (End)


[marker]: <> (End:5dd980b9-4538-497b-97fd-9e54ce09500a)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

dotnet-9.0.1xx-xcode26.0-9769

Toggle dotnet-9.0.1xx-xcode26.0-9769's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0.1xx] Update dependencies from dotnet/sdk (#24195)

This pull request updates the following dependencies

## From https://github.com/dotnet/sdk

- **Subscription**: [d83421ca-e6b7-4c8d-861d-4e04b17c6f8c](https://maestro.dot.net/subscriptions?search=d83421ca-e6b7-4c8d-861d-4e04b17c6f8c)
- **Build**: [20251106.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2833273) ([289890](https://maestro.dot.net/channel/3884/github:dotnet:sdk/build/289890))
- **Date Produced**: November 7, 2025 1:45:57 AM UTC
- **Commit**: [6c43a7f28f2b2b6a8e48b16dc0c73ab50e70de3a](dotnet/sdk@6c43a7f)
- **Branch**: [release/9.0.1xx](https://github.com/dotnet/sdk/tree/release/9.0.1xx)

- **Updates**:
  - From [9.0.112-servicing.25521.5 to 9.0.113-servicing.25556.3][1]
     - Microsoft.NET.Sdk

[1]: dotnet/sdk@7efd8a4...6c43a7f