Skip to content

Commit 8872b75

Browse files
authored
[release/5.0] Update to 1.0.2 SDK (#29276)
- also use latest 2.1 and 3.1 runtimes
1 parent 4a46036 commit 8872b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"sdk": {
3-
"version": "5.0.101"
3+
"version": "5.0.102"
44
},
55
"tools": {
6-
"dotnet": "5.0.101",
6+
"dotnet": "5.0.102",
77
"runtimes": {
88
"dotnet/x64": [
9-
"2.1.23",
9+
"2.1.24",
1010
"$(MicrosoftNETCoreAppInternalPackageVersion)"
1111
],
1212
"dotnet/x86": [
1313
"$(MicrosoftNETCoreAppInternalPackageVersion)"
1414
],
1515
"aspnetcore/x64": [
16-
"3.1.10"
16+
"3.1.11"
1717
]
1818
},
1919
"Git": "2.22.0",

0 commit comments

Comments
 (0)