diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5b6f989..dc939c4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
global-json-file: global.json
dotnet-version: |
8.x
- 9.x
+ 10.x
- name: Run build
run: dotnet build -c Release src
- name: Run tests
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 74730a5..7b76712 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
global-json-file: global.json
dotnet-version: |
8.x
- 9.x
+ 10.x
- name: Restore tools
run: dotnet tool restore
diff --git a/global.json b/global.json
index f15a959..1e7fdfa 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.100",
+ "version": "10.0.100",
"rollForward": "latestMinor"
}
-}
\ No newline at end of file
+}
diff --git a/src/ClientServer.cg.fs b/src/ClientServer.cg.fs
index a899f79..e7e0f61 100644
--- a/src/ClientServer.cg.fs
+++ b/src/ClientServer.cg.fs
@@ -111,13 +111,11 @@ type ILspServer =
/// response is of type {@link FoldingRangeList} or a Thenable
/// that resolves to such.
abstract TextDocumentFoldingRange: FoldingRangeParams -> AsyncLspResult