Skip to content

Commit 74ab753

Browse files
committed
SDK 9.0.1.0
1 parent c2b95c4 commit 74ab753

File tree

4 files changed

+510
-504
lines changed

4 files changed

+510
-504
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
"version": "9.0.2",
77
"commands": [
88
"paket"
9-
],
10-
"rollForward": false
9+
]
1110
},
1211
"fantomas": {
1312
"version": "6.2.3",
1413
"commands": [
1514
"fantomas"
16-
],
17-
"rollForward": false
15+
]
1816
}
1917
}
2018
}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, windows-latest, macOS-latest]
10-
dotnet: ['8.0.x']
10+
dotnet: ['9.0.x']
1111
runs-on: ${{ matrix.os }}
1212

1313
steps:
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
dotnet: ['8.0.x']
30+
dotnet: ['9.0.x']
3131
runs-on: ${{ matrix.os }}
3232

3333
services:

0 commit comments

Comments
 (0)