Skip to content

Commit

Permalink
Fix issue VioletGiraffe#109: allow .NET versions > 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurdej committed Jun 26, 2015
1 parent ea95cc2 commit 38c36a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPPCheckPlugin/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,14.0]" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
</Dependencies>
<Assets>
Expand Down

1 comment on commit 38c36a6

@VioletGiraffe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! Please submit a pull request :)

Please sign in to comment.