Skip to content

Commit d36e0bb

Browse files
committed
Remove VS2013 support
1 parent e8a06d9 commit d36e0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VS-QuickNavigation/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Description xml:space="preserve">Navigate quickly between you solution files and your active document methods.</Description>
77
</Metadata>
88
<Installation>
9-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,15.0)" />
10-
<InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
9+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0)" />
10+
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
1111
</Installation>
1212
<Dependencies>
1313
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)