From b7f083958c989a9762ee482df7e9f2a23de7a0c1 Mon Sep 17 00:00:00 2001 From: William Blum Date: Sat, 26 Aug 2017 14:05:28 -0700 Subject: [PATCH] Downgrade FsCheck to 2.7.0 - See https://github.com/fscheck/FsCheck/issues/380 Target .net framework net452 and net461 --- FSharpLu.Json/FSharpLu.Json.fsproj | 2 +- FSharpLu.Tests/FSharpLu.Tests.fsproj | 4 ++-- FSharpLu/FSharpLu.fsproj | 9 +++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/FSharpLu.Json/FSharpLu.Json.fsproj b/FSharpLu.Json/FSharpLu.Json.fsproj index 1ee06cf..b6f3ef5 100644 --- a/FSharpLu.Json/FSharpLu.Json.fsproj +++ b/FSharpLu.Json/FSharpLu.Json.fsproj @@ -1,7 +1,7 @@  - netstandard2.0;net462 + netstandard2.0;net452;net461 Microsoft.FSharpLu.Json william.blum@microsoft.com Microsoft diff --git a/FSharpLu.Tests/FSharpLu.Tests.fsproj b/FSharpLu.Tests/FSharpLu.Tests.fsproj index 4d6b3b7..a1ea3e4 100644 --- a/FSharpLu.Tests/FSharpLu.Tests.fsproj +++ b/FSharpLu.Tests/FSharpLu.Tests.fsproj @@ -1,7 +1,7 @@  - net462 + net452;net461 @@ -10,9 +10,9 @@ - + diff --git a/FSharpLu/FSharpLu.fsproj b/FSharpLu/FSharpLu.fsproj index eb9f74c..5237a79 100644 --- a/FSharpLu/FSharpLu.fsproj +++ b/FSharpLu/FSharpLu.fsproj @@ -1,7 +1,7 @@  - net462 + net452;net461 william.blum@microsoft.com https://github.com/Microsoft/fsharplu https://github.com/Microsoft/fsharplu/blob/master/LICENSE.MD @@ -33,9 +33,14 @@ - + + + + + + \ No newline at end of file