From 4bc5dab47efe63fa1e58ebda85c0e8b82240376b Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Thu, 7 Aug 2025 11:35:52 +0100 Subject: [PATCH] Allow Fornax.Core to use FSharp.Core 6.0.7 or newer instead of pinning it to the version needed by the FCS build used in the CLI tool --- Directory.Packages.props | 2 ++ src/Fornax.Core/Fornax.Core.fsproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ac1ad79..9dbbd47 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,6 +3,8 @@ true false true + + 6.0.7 diff --git a/src/Fornax.Core/Fornax.Core.fsproj b/src/Fornax.Core/Fornax.Core.fsproj index 7b8b072..93ef395 100644 --- a/src/Fornax.Core/Fornax.Core.fsproj +++ b/src/Fornax.Core/Fornax.Core.fsproj @@ -9,6 +9,6 @@ - + \ No newline at end of file