From 0468fce801380a2c415075253ac93a10e44077c0 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 11 May 2021 11:59:05 -0700 Subject: [PATCH] [release/5.0] Update SDK and runtimes --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index fcfeb734fd..1b6aca209f 100644 --- a/global.json +++ b/global.json @@ -1,19 +1,19 @@ { "sdk": { - "version": "5.0.202" + "version": "5.0.203" }, "tools": { - "dotnet": "5.0.202", + "dotnet": "5.0.203", "runtimes": { "dotnet/x64": [ - "2.1.27", + "2.1.28", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.14" + "3.1.15" ] }, "Git": "2.22.0",