Skip to content

Commit

Permalink
Fix product target architecture errors
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Nov 26, 2023
1 parent dae25b5 commit 1ed731b
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 1ed731b

Please sign in to comment.