From 0cd0c077ee0ed1d2eabc6f5e196327668e8a8702 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 7 Jan 2018 12:03:25 +0100 Subject: [PATCH] Release Notes: add note on breaking FSharp.Core dependency version change --- RELEASENOTES.md | 1 + src/FSharp/FSharp.fsproj | 1 + src/Numerics/Numerics.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ffce4522..c297f52b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,6 +2,7 @@ * BREAKING: drop obsolete functionality (which has been marked as obsolete for a while) * BREAKING: drop support for .Net 3.5 and PCL profiles * BREAKING: F#: drop support for .Net 4.0 and PCL profiles +* BREAKING: F#: depends on FSharp.Core 4.2.3 * Explicit builds for .Net Framework 4.0 and higher and for .Net Standard 1.3 and 2.0 * F#: explicit builds for .Net Framework 4.5 and higher and for .Net Standard 1.6 and 2.0 * Assemblies are now code-signed with an X.509 certificate, using SHA2-256 hashes diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index acfe41fb..e8beb5c1 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -25,6 +25,7 @@ BREAKING: drop obsolete functionality (which has been marked as obsolete for a while) BREAKING: drop support for .Net 3.5 and PCL profiles BREAKING: F#: drop support for .Net 4.0 and PCL profiles +BREAKING: F#: depends on FSharp.Core 4.2.3 Explicit builds for .Net Framework 4.0 and higher and for .Net Standard 1.3 and 2.0 F#: explicit builds for .Net Framework 4.5 and higher and for .Net Standard 1.6 and 2.0 Assemblies are now code-signed with an X.509 certificate, using SHA2-256 hashes diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index c8ecdf43..a3a79dd0 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -25,6 +25,7 @@ BREAKING: drop obsolete functionality (which has been marked as obsolete for a while) BREAKING: drop support for .Net 3.5 and PCL profiles BREAKING: F#: drop support for .Net 4.0 and PCL profiles +BREAKING: F#: depends on FSharp.Core 4.2.3 Explicit builds for .Net Framework 4.0 and higher and for .Net Standard 1.3 and 2.0 F#: explicit builds for .Net Framework 4.5 and higher and for .Net Standard 1.6 and 2.0 Assemblies are now code-signed with an X.509 certificate, using SHA2-256 hashes