We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96e4147 + 9e5cece commit 8bf9a68Copy full SHA for 8bf9a68
.github/workflows/ci.yml
@@ -33,6 +33,11 @@ jobs:
33
34
- name: Setup .NET
35
uses: actions/setup-dotnet@v4
36
+ with:
37
+ global-json-file: 'global.json'
38
+ dotnet-version: |
39
+ 8.x
40
+ 9.x
41
42
- name: Build
43
run: dotnet fsi build.fsx
global.json
@@ -1,5 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.100"
+ "version": "9.0.100",
4
+ "rollForward": "latestMinor"
5
}
6
0 commit comments