From a8c77a90b1cae93becec812606d8ae6594761f78 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 9 Feb 2021 14:56:06 -0800 Subject: [PATCH] Update to 5.0.3 SDK - also update downlevel runtimes --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index a977635a25..35abd2e76c 100644 --- a/global.json +++ b/global.json @@ -1,19 +1,19 @@ { "sdk": { - "version": "5.0.102" + "version": "5.0.103" }, "tools": { - "dotnet": "5.0.102", + "dotnet": "5.0.103", "runtimes": { "dotnet/x64": [ - "2.1.24", + "2.1.25", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.11" + "3.1.12" ] }, "Git": "2.22.0",