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

Commit 7ffb94e

Browse files
committed
Allow any 16.x InstallationTarget version
Changed [14.0,16.0] to [14.0,17.0).
1 parent d84ce22 commit 7ffb94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<Tags>GitHub;git;open source;source control;branch;pull request;team explorer;commit;publish</Tags>
1414
</Metadata>
1515
<Installation AllUsers="true" Experimental="false">
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0]" />
17-
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,16.0]" />
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
17+
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,17.0)" />
1818
</Installation>
1919
<Dependencies>
2020
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)