Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 486b159

Browse files
Nicolas TaglianiNicolas Tagliani
authored andcommitted
Fix to #142: Plugin did not load correctly in VS2013
1 parent 0ef7ac6 commit 486b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPPCheckPlugin/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</Installation>
1414
<Dependencies>
1515
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
16-
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
16+
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,)" />
1717
</Dependencies>
1818
<Assets>
1919
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)