From b0849d488716799d5a6a92b32ba533fd2c4be994 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Sun, 9 Nov 2025 13:59:54 +0000 Subject: [PATCH] Update FAKE to 6.1.4 There are no functional changes here, but it does pick up several transitive dependency updates which fixes some CVE vulternability warnings in the build. There is one little issue with this in that Fornax is building with FSharp.Core 8.0.100 and the newer FAKE wants 8.0.400, but hopefully it's ok for the build script to use a newer version and the actual Fornax tool to continue with the existing version. --- Directory.Packages.props | 18 +++++++++--------- build.fsproj | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index d6083aa..13ada13 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,15 +9,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/build.fsproj b/build.fsproj index 46423bc..e505ab4 100644 --- a/build.fsproj +++ b/build.fsproj @@ -19,7 +19,7 @@ - + \ No newline at end of file