Skip to content

Commit 186a292

Browse files
committed
Restrict vsix to VS 2015 and later.
1 parent 7115e44 commit 186a292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/VsChromium/source.extension.vsixmanifest

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<License>LICENSE</License>
88
</Metadata>
99
<Installation InstalledByMsi="false">
10-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0,]" />
10+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[14.0,]" />
1111
</Installation>
1212
<Dependencies>
13-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,]" />
14-
<Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0,]" />
13+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.6,]" />
14+
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[14.0,]" />
1515
</Dependencies>
1616
<Prerequisites>
1717
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,]" DisplayName="Visual Studio core editor" />

0 commit comments

Comments
 (0)