Skip to content

Commit 745b255

Browse files
authored
Merge pull request #13 from froque/target_architecture_error
Fix product target architecture errors
2 parents dae25b5 + 1ed731b commit 745b255

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

VSIXInteropFormsToolkit/source.extension.vsixmanifest

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88
<Installation>
99
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
1010
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
11-
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
11+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
1212
<ProductArchitecture>amd64</ProductArchitecture>
1313
</InstallationTarget>
14-
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
15-
<ProductArchitecture>x86</ProductArchitecture>
16-
</InstallationTarget>
17-
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
14+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
1815
<ProductArchitecture>arm64</ProductArchitecture>
1916
</InstallationTarget>
2017
</Installation>

0 commit comments

Comments
 (0)