Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ab5d38c

Browse files
authored
Merge pull request #531 from github/fix-vsix-manifest-blergh
Fix VS manifest targets
2 parents 8017d87 + 435d374 commit ab5d38c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
</Metadata>
1313
<Installation AllUsers="true">
1414
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,]" />
15-
<InstallationTarget Id="Microsoft.VisualStudio.Express_All" Version="[14.0,]" />
15+
<InstallationTarget Id="Microsoft.VisualStudio.VSWinDesktopExpress" Version="[14.0,)" />
16+
<InstallationTarget Id="Microsoft.VisualStudio.VSWinExpress" Version="[14.0,)" />
17+
<InstallationTarget Id="Microsoft.VisualStudio.VWDExpress" Version="[14.0,)" />
1618
</Installation>
1719
<Dependencies>
1820
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)