Skip to content

Commit

Permalink
Merge pull request #13 from froque/target_architecture_error
Browse files Browse the repository at this point in the history
Fix product target architecture errors
  • Loading branch information
froque committed Nov 26, 2023
2 parents dae25b5 + 1ed731b commit 745b255
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions VSIXInteropFormsToolkit/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down

0 comments on commit 745b255

Please sign in to comment.