Skip to content

Commit 6daf76d

Browse files
committed
Merged PR 32187: Include the 6.x runtime
Since we moved from the 6.0 to 8.0 SDK, we now have to include the 6.0 runtime for testing.
1 parent af99cd3 commit 6daf76d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

global.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"runtimes": {
88
"dotnet": [
99
"3.1.22",
10-
"5.0.14"
10+
"5.0.14",
11+
"6.0.18"
1112
],
1213
"aspnetcore": [
1314
"3.1.22",
14-
"5.0.14"
15+
"5.0.14",
16+
"6.0.18"
1517
]
1618
}
1719
},

0 commit comments

Comments
 (0)