Skip to content

Commit 4096bb8

Browse files
authored
Run tools and test against the latest runtimes (#22629)
- part of #22252
1 parent 6e54e06 commit 4096bb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

global.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
"dotnet": "5.0.100-preview.6.20266.3",
77
"runtimes": {
88
"dotnet/x64": [
9-
"2.1.11",
9+
"2.1.18",
1010
"$(MicrosoftNETCoreAppInternalPackageVersion)"
1111
],
1212
"dotnet/x86": [
1313
"$(MicrosoftNETCoreAppInternalPackageVersion)"
1414
],
1515
"aspnetcore/x64": [
16-
"3.1.0"
17-
],
18-
"aspnetcore/x86": [
19-
"3.1.0"
16+
"3.1.4"
2017
]
2118
},
2219
"Git": "2.22.0",

0 commit comments

Comments
 (0)