diff --git a/global.json b/global.json index 25bf32016b..8127174d10 100644 --- a/global.json +++ b/global.json @@ -5,13 +5,10 @@ "tools": { "dotnet": "5.0.204", "runtimes": { - "dotnet/x64": [ + "dotnet": [ "2.1.28", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], - "dotnet/x86": [ - "$(MicrosoftNETCoreAppInternalPackageVersion)" - ], "aspnetcore/x64": [ "3.1.16" ]