Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Switched tests project back to .net 4.5. It should build now. The fai…
Browse files Browse the repository at this point in the history
…ling tests are not yet fixed.
  • Loading branch information
Stefan Reichel committed Dec 22, 2015
1 parent 053b8f1 commit 268bb9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source https://nuget.org/api/v2

nuget FsCheck
nuget FSharp.Formatting
nuget NUnit ~> 2.6
nuget NUnit.Runners ~> 2.6
nuget NUnit ~> 2
nuget NUnit.Runners ~> 2
nuget FAKE
nuget OpenCover
nuget coveralls.net
Expand Down
2 changes: 1 addition & 1 deletion tests/NeverNull.Tests/NeverNull.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NeverNull.Tests</RootNamespace>
<AssemblyName>NeverNull.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down

0 comments on commit 268bb9d

Please sign in to comment.