Skip to content

Commit a42ddcd

Browse files
author
samcayford
committed
Add framework version to 3.5 and 4.0 configs
1 parent 02fc62a commit a42ddcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TinCan/TinCan.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'">
3435
<DebugSymbols>true</DebugSymbols>
@@ -48,6 +49,7 @@
4849
<PlatformTarget>AnyCPU</PlatformTarget>
4950
<ErrorReport>prompt</ErrorReport>
5051
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
5153
</PropertyGroup>
5254
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU'">
5355
<OutputPath>bin\Release\net45\</OutputPath>

0 commit comments

Comments
 (0)