Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSBuild AvailablePlatforms property should include arm64 #23994

Closed
AArnott opened this issue Feb 17, 2022 · 1 comment
Closed

MSBuild AvailablePlatforms property should include arm64 #23994

AArnott opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels
Area-NetSDK Partner request requests from partners
Milestone

Comments

@AArnott
Copy link
Contributor

AArnott commented Feb 17, 2022

Adding an arm64 target platform for a project cannot be done within VS today. And in fact doing it manually in msbuild causes the VS Configuration Manager to malfunction because the MSBuild project's AvailablePlatforms property does not include arm64. In fact it is set to this:

AvailablePlatforms = Any CPU,x86,x64

By adding arm64 to this list, VS lights up to allow users to intentionally target arm64.
See also #15434, which completes the story.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Feb 17, 2022
@StephenBonikowsky StephenBonikowsky added the Partner request requests from partners label Mar 23, 2022
@marcpopMSFT marcpopMSFT self-assigned this Mar 25, 2022
@marcpopMSFT marcpopMSFT removed the untriaged Request triage from a team member label Mar 25, 2022
@marcpopMSFT marcpopMSFT added this to the 6.0.3xx milestone Mar 25, 2022
@marcpopMSFT
Copy link
Member

My fix already went in so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK Partner request requests from partners
Projects
None yet
Development

No branches or pull requests

3 participants