diff --git a/global.json b/global.json
index 9b53d1f989a8dcdb83c096eab684f9132acd9b41..a6361bb03026c6f7ab16a902b088f9cfef58b96a 100644
--- a/global.json
+++ b/global.json
@@ -5,11 +5,15 @@
   "tools": {
     "dotnet": "7.0.100-preview.3.22163.1",
     "runtimes": {
-      "dotnet/x86": [
+      "dotnet": [
+        "2.1.30",
         "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
       ],
-      "dotnet": [
+      "dotnet/x86": [
         "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
+      ],
+      "aspnetcore": [
+        "3.1.21"
       ]
     },
     "Git": "2.22.0",