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