Skip to content

Commit f0183ea

Browse files
committed
Reconcile patches
1 parent ebc079a commit f0183ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/aspnetcore/0007-Support-global.json-on-arm64-as-well.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ index 2ad8434449..4a0820d7fd 100644
2424
+++ b/global.json
2525
@@ -5,13 +5,10 @@
2626
"tools": {
27-
"dotnet": "5.0.202",
27+
"dotnet": "5.0.203",
2828
"runtimes": {
2929
- "dotnet/x64": [
3030
+ "dotnet": [
31-
"2.1.27",
31+
"2.1.28",
3232
"$(MicrosoftNETCoreAppInternalPackageVersion)"
3333
],
3434
- "dotnet/x86": [
3535
- "$(MicrosoftNETCoreAppInternalPackageVersion)"
3636
- ],
3737
"aspnetcore/x64": [
38-
"3.1.14"
38+
"3.1.15"
3939
]
4040
--
4141
2.18.0

0 commit comments

Comments
 (0)