Skip to content

Commit 1c55160

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
global-json-file: 'global.json'
2828
dotnet-version: |
29-
8.x
30-
9.x
29+
8.x
30+
9.0.101 # https://github.com/dotnet/fsharp/issues/18298#issuecomment-2655277169
3131
3232
- name: Build
3333
run: dotnet fsi build.fsx

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)