Skip to content

Commit ba86dbc

Browse files
author
samcayford
committed
Correct target version for Tests. Typo in RELEASE.md
1 parent c122d14 commit ba86dbc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Release-net40
1010
Release-net45
1111
Release-net45-signed
1212

13-
The click "Build" to build the selected configurations. (Verify `bin/Release/net<X>/TinCan.dll` has correct version.)
13+
Then click "Build" to build the selected configurations. (Verify `bin/Release/net<X>/TinCan.dll` has correct version.)
1414

1515
With `nuget.exe` installed and in your path do:
1616

TinCanTests/TinCanTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<PlatformTarget>AnyCPU</PlatformTarget>
5252
<ErrorReport>prompt</ErrorReport>
5353
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
5455
</PropertyGroup>
5556
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU'">
5657
<OutputPath>bin\Release-net45\</OutputPath>
@@ -60,6 +61,7 @@
6061
<PlatformTarget>AnyCPU</PlatformTarget>
6162
<ErrorReport>prompt</ErrorReport>
6263
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
6365
</PropertyGroup>
6466
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45-signed|AnyCPU'">
6567
<OutputPath>bin\Release-net45-signed\</OutputPath>
@@ -69,6 +71,7 @@
6971
<PlatformTarget>AnyCPU</PlatformTarget>
7072
<ErrorReport>prompt</ErrorReport>
7173
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
7275
</PropertyGroup>
7376
<ItemGroup>
7477
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)