We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096ed4f commit 17f537aCopy full SHA for 17f537a
.github/workflows/ci.yml
@@ -25,10 +25,10 @@ jobs:
25
uses: actions/setup-dotnet@v4
26
with:
27
global-json-file: 'global.json'
28
+ # 9.0.101 because of https://github.com/dotnet/fsharp/issues/18298#issuecomment-2655277169
29
dotnet-version: |
- 8.x
30
- 9.x
31
-
+ 8.x
+ 9.0.101
32
- name: Build
33
run: dotnet fsi build.fsx
34
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