Skip to content

Commit b63127d

Browse files
committed
Update .NET SDK versions to 10.x in CI and Release workflows, and adjust global.json version
1 parent d42e6a3 commit b63127d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
dotnet-version: |
3939
8.x
4040
9.x
41+
10.x
4142
4243
- name: Build
4344
run: dotnet fsi build.fsx

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626

2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v5
29+
with:
30+
global-json-file: 'global.json'
31+
dotnet-version: |
32+
8.x
33+
9.x
34+
10.x
2935
3036
- name: Release
3137
run: dotnet fsi build.fsx -- -p Release

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "10.0.100",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)