Skip to content

Commit

Permalink
Merged PR 32187: Include the 6.x runtime
Browse files Browse the repository at this point in the history
Since we moved from the 6.0 to 8.0 SDK, we now have to include the 6.0 runtime for testing.
  • Loading branch information
Tratcher committed Jun 22, 2023
1 parent af99cd3 commit 6daf76d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"runtimes": {
"dotnet": [
"3.1.22",
"5.0.14"
"5.0.14",
"6.0.18"
],
"aspnetcore": [
"3.1.22",
"5.0.14"
"5.0.14",
"6.0.18"
]
}
},
Expand Down

0 comments on commit 6daf76d

Please sign in to comment.