From 2b3ba520424ec24684c1bd2aee387b15a58000f3 Mon Sep 17 00:00:00 2001
From: gusty <1261319+gusty@users.noreply.github.com>
Date: Sun, 2 Feb 2025 07:40:50 +0100
Subject: [PATCH] Use F#9 for the main lib
---
global.json | 2 +-
src/FSharpPlus/FSharpPlus.fsproj | 8 ++------
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/global.json b/global.json
index 5078f42f7..b13f2e36b 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.0",
+ "version": "9.0.0",
"rollForward": "latestFeature",
"allowPrerelease": true
},
diff --git a/src/FSharpPlus/FSharpPlus.fsproj b/src/FSharpPlus/FSharpPlus.fsproj
index b4b8374b4..4f3e4fc06 100644
--- a/src/FSharpPlus/FSharpPlus.fsproj
+++ b/src/FSharpPlus/FSharpPlus.fsproj
@@ -21,7 +21,7 @@
true
Debug;Release;Fable;Test
AnyCPU
- 8.0
+ 9.0
6.0
$(DefineConstants);TEST_TRACE
@@ -29,7 +29,7 @@
$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4
net8.0
-
+
@@ -125,8 +125,4 @@
-
-
-
-