diff --git a/global.json b/global.json index 68076f61691fb32f5e3e7dc7c52faebef23d7c65..cdc965e1aa1b7a950e3aa65e53db6237ce3e7b90 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,9 @@ "dotnet": "7.0.203", "runtimes": { "dotnet/x64": [ - "3.1.32", + "6.0.16" + ], + "dotnet/arm64": [ "6.0.16" ] }