Skip to content

Enable ASP.NET Core on Apple Silicon #26821

Closed
@sdmaclea

Description

@sdmaclea

Apple has announced plans to transition its Mac hardware line to a new Arm64-based chip that they refer to as “Apple Silicon

See dotnet/runtime#43313

This issue tracks work to enable ASP.NET Core on Apple Silicon

The first three items have been completed for the dotnet/runtime and should be able to proceed for aspnetcore.

Hints from dotnet/runtime learnings:

  • Cross compilation requires Xcode 12.2 or better (included in vmImage 10.15)
  • pass -arch arm64 to the clang compiler to select arm64 as the target architecture.

Metadata

Metadata

Assignees

No one assigned

    Labels

    affected-mediumThis issue impacts approximately half of our customersarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkseverity-majorThis label is used by an internal tooltask

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions