Skip to content

Commit 8bf9a68

Browse files
authored
Merge pull request #151 from Numpsy/sdk9
Use the 9.0.100 ,NET SDK
2 parents 96e4147 + 9e5cece commit 8bf9a68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333

3434
- name: Setup .NET
3535
uses: actions/setup-dotnet@v4
36+
with:
37+
global-json-file: 'global.json'
38+
dotnet-version: |
39+
8.x
40+
9.x
3641
3742
- name: Build
3843
run: dotnet fsi build.fsx

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100"
3+
"version": "9.0.100",
4+
"rollForward": "latestMinor"
45
}
56
}

0 commit comments

Comments
 (0)