Skip to content

Commit 86d5eef

Browse files
Evangelinknohwnd
andauthored
Cleanup and bump required runtimes (#5139)
* 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>
1 parent c211b20 commit 86d5eef

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

global.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"2.1.30",
1212
"3.1.32",
1313
"5.0.17",
14-
"6.0.29",
15-
"7.0.18",
16-
"8.0.4"
14+
"6.0.32",
15+
"7.0.20",
16+
"8.0.7"
1717
],
1818
"dotnet/x86": [
1919
"2.1.30",
2020
"3.1.32",
2121
"5.0.17",
22-
"6.0.29",
23-
"7.0.18",
24-
"8.0.4"
22+
"6.0.32",
23+
"7.0.20",
24+
"8.0.7"
2525
]
2626
},
2727
"vs": {

0 commit comments

Comments
 (0)