Skip to content

Commit

Permalink
(chocolateyGH-458) use .NET 4.5 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Oct 10, 2015
1 parent e2c9ead commit 40798f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .uppercut
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<property name="assembly.copyright" value="Copyright © 2011 - Present, ${company.name} - All Rights Reserved." overwrite="false" />
<property name="sign.project_with_key" value="true" overwrite="false" />

<property name="microsoft.framework" value="net-4.5" overwrite="false" />

<!-- Build Features Overrides -->
<property name="test.framework" value="nunit" overwrite="false" />
<property name="cover.framework" value="opencover" overwrite="false" />
Expand Down

0 comments on commit 40798f4

Please sign in to comment.