From 4352a9fd6843cc24eec18ba7fc2f8dc59c527835 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:06:00 +0100 Subject: [PATCH 1/2] Pin the toolchain --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 610260c..34cc7a1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.400", - "rollForward": "latestMajor" + "version": "10.0.300", + "rollForward": "latestFeature" } } From 22c0488784499e5510ddedffcef88068be1ee867 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:11:52 +0100 Subject: [PATCH 2/2] Bump the packages too --- ShapeSifter.Test/ShapeSifter.Test.fsproj | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/ShapeSifter.Test/ShapeSifter.Test.fsproj b/ShapeSifter.Test/ShapeSifter.Test.fsproj index e93ebf0..576bfe4 100644 --- a/ShapeSifter.Test/ShapeSifter.Test.fsproj +++ b/ShapeSifter.Test/ShapeSifter.Test.fsproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 5 true @@ -18,14 +18,11 @@ - - - - - - - - + + + + +