Skip to content

Commit

Permalink
Cleanup and bump required runtimes (#5139)
Browse files Browse the repository at this point in the history
* Cleanup and bump required runtimes

* Put netcoreapp2.1 back, we run old vstest.console (like 16.11) on that in compatibility tests

---------

Co-authored-by: Jakub Jareš <me@jakubjares.com>
  • Loading branch information
Evangelink and nohwnd authored Jul 10, 2024
1 parent c211b20 commit 86d5eef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"2.1.30",
"3.1.32",
"5.0.17",
"6.0.29",
"7.0.18",
"8.0.4"
"6.0.32",
"7.0.20",
"8.0.7"
],
"dotnet/x86": [
"2.1.30",
"3.1.32",
"5.0.17",
"6.0.29",
"7.0.18",
"8.0.4"
"6.0.32",
"7.0.20",
"8.0.7"
]
},
"vs": {
Expand Down

0 comments on commit 86d5eef

Please sign in to comment.