Skip to content

Commit 59efce9

Browse files
committed
force 9.0.101 sdk becaues of
dotnet/fsharp#18298 (comment)
1 parent 096ed4f commit 59efce9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/setup-dotnet@v4
2626
with:
2727
global-json-file: 'global.json'
28+
# 9.0.101 because of https://github.com/dotnet/fsharp/issues/18298#issuecomment-2655277169
2829
dotnet-version: |
29-
8.x
30-
9.x
31-
30+
- 8.x
31+
- 9.0.101
3232
- name: Build
3333
run: dotnet fsi build.fsx
3434

global.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
4-
"rollForward": "latestMinor"
3+
"version": "9.0.101"
54
}
65
}

0 commit comments

Comments
 (0)