We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc62a commit a42ddcdCopy full SHA for a42ddcd
1 file changed
TinCan/TinCan.csproj
@@ -29,6 +29,7 @@
29
<DefineConstants>TRACE</DefineConstants>
30
<ErrorReport>prompt</ErrorReport>
31
<WarningLevel>4</WarningLevel>
32
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
33
</PropertyGroup>
34
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'">
35
<DebugSymbols>true</DebugSymbols>
@@ -48,6 +49,7 @@
48
49
<PlatformTarget>AnyCPU</PlatformTarget>
50
51
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
53
54
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU'">
55
<OutputPath>bin\Release\net45\</OutputPath>
0 commit comments