We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a06d9 commit d36e0bbCopy full SHA for d36e0bb
VS-QuickNavigation/source.extension.vsixmanifest
@@ -6,8 +6,8 @@
6
<Description xml:space="preserve">Navigate quickly between you solution files and your active document methods.</Description>
7
</Metadata>
8
<Installation>
9
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,15.0)" />
10
- <InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
+ <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0)" />
+ <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
11
</Installation>
12
<Dependencies>
13
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
0 commit comments