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

Commit 38c36a6

Browse files
committed
Fix issue #109: allow .NET versions > 4.5.
1 parent ea95cc2 commit 38c36a6

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
@@ -12,7 +12,7 @@
1212
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,14.0]" />
1313
</Installation>
1414
<Dependencies>
15-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
15+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
1616
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
1717
</Dependencies>
1818
<Assets>

0 commit comments

Comments
 (0)