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

Commit 3d273a7

Browse files
committed
Clamp down on VS compatibility
1 parent e4139a1 commit 3d273a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Tags>GitHub git github.com team explorer</Tags>
1212
</Metadata>
1313
<Installation AllUsers="true">
14-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,]" />
14+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
1515
</Installation>
1616
<Dependencies>
1717
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)