Skip to content

Commit a82c6ab

Browse files
authored
Update .NET runtimes to latest patch version (#4975)
1 parent a3f19e1 commit a82c6ab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

global.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"tools": {
99
"runtimes": {
1010
"dotnet/x64": [
11-
"2.1.0",
12-
"3.1.0",
13-
"5.0.0",
14-
"6.0.0",
15-
"7.0.0",
16-
"8.0.0"
11+
"2.1.30",
12+
"3.1.32",
13+
"5.0.17",
14+
"6.0.29",
15+
"7.0.18",
16+
"8.0.4"
1717
],
1818
"dotnet/x86": [
19-
"2.1.0",
20-
"3.1.0",
21-
"5.0.0",
22-
"6.0.0",
23-
"7.0.0",
24-
"8.0.0"
19+
"2.1.30",
20+
"3.1.32",
21+
"5.0.17",
22+
"6.0.29",
23+
"7.0.18",
24+
"8.0.4"
2525
]
2626
},
2727
"vs": {

0 commit comments

Comments
 (0)