dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
270 stars 42 forks source link

Add ARM64 Support #466

Closed mcumming closed 1 year ago

mcumming commented 1 year ago

This change adds the arm64 ProductArchitecture in the VSIX Manifest to enable the extension to install in VS on Window ARM

drewnoakes commented 1 year ago

Thanks for this. I missed your PR when filing #471 which does largely the same thing, but also updates the VSSDK version so that the build passes. I took your cue to change from the Pro to Community SKU too.

I'll get an ARM64 build up on the marketplace soon.

drewnoakes commented 1 year ago

This is now available on the VS Marketplace.

image