From 4096bb8e8d00227c62916f2d8b5acf1db30f4a10 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Sat, 6 Jun 2020 19:25:22 -0700 Subject: [PATCH] Run tools and test against the latest runtimes (#22629) - part of #22252 --- global.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 4d4e54621d..c86382e97e 100644 --- a/global.json +++ b/global.json @@ -6,17 +6,14 @@ "dotnet": "5.0.100-preview.6.20266.3", "runtimes": { "dotnet/x64": [ - "2.1.11", + "2.1.18", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.0" - ], - "aspnetcore/x86": [ - "3.1.0" + "3.1.4" ] }, "Git": "2.22.0",