From 297874e3e8ff1789a9f3a2fc8383b762f76a9aa9 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Thu, 18 Dec 2025 22:49:42 +0100 Subject: [PATCH 1/3] Ignore binlogs from git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c23bd29..d2c2209 100644 --- a/.gitignore +++ b/.gitignore @@ -247,3 +247,6 @@ launchSettings.json .idea/ TestResults.xml + +# MSBuild binary logs +*.binlog From 4025467ab342458c436eda3f11f8adef45999a77 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Thu, 18 Dec 2025 22:56:15 +0100 Subject: [PATCH 2/3] Specify FSharp.Core version 4.5 for net5 builds --- src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj b/src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj index ca3b845..c82844d 100644 --- a/src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj +++ b/src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj @@ -24,6 +24,7 @@ + From b535df6bd276e777ef3f360d4b52bca9b6b9cc0e Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Thu, 18 Dec 2025 22:58:28 +0100 Subject: [PATCH 3/3] Bump version --- Release Notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Release Notes.md b/Release Notes.md index 10afae1..16067ef 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -1,3 +1,8 @@ +### New in 2.1.1 + +* Fix FSharp.Core dependency not being specified in the NuGet package for `net5.0` target but the dll being built + against 8.0.0 anyway. + ### New in 2.1.0 * Synchronize with the latest FSharp.Core version and support the `%B` format specifier