Skip to content

Commit 797babb

Browse files
Align installed SDK with global.json
1 parent a112a52 commit 797babb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/NUnitConsoleAndEngine.CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
3.1.x
3939
6.0.x
4040
7.0.x
41-
8.0.100
41+
8.0.x
42+
9.0.x
4243
4344
- name: 🔧 Install dotnet tools
4445
run: dotnet tool restore

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "9.0.100",
4-
"rollForward": "feature"
4+
"rollForward": "latestFeature"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)