Skip to content

Commit

Permalink
force 9.0.101 sdk becaues of
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Feb 13, 2025
1 parent 096ed4f commit 1c55160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
global-json-file: 'global.json'
dotnet-version: |
8.x
9.x
8.x
9.0.101 # https://github.com/dotnet/fsharp/issues/18298#issuecomment-2655277169
- name: Build
run: dotnet fsi build.fsx
Expand Down
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"sdk": {
"version": "9.0.100",
"rollForward": "latestMinor"
"version": "9.0.101"
}
}

0 comments on commit 1c55160

Please sign in to comment.