We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096ed4f commit 1c55160Copy full SHA for 1c55160
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
with:
27
global-json-file: 'global.json'
28
dotnet-version: |
29
- 8.x
30
- 9.x
+ 8.x
+ 9.0.101 # https://github.com/dotnet/fsharp/issues/18298#issuecomment-2655277169
31
32
- name: Build
33
run: dotnet fsi build.fsx
global.json
@@ -1,6 +1,5 @@
1
{
2
"sdk": {
3
- "version": "9.0.100",
4
- "rollForward": "latestMinor"
+ "version": "9.0.101"
5
}
6
0 commit comments