From 8872b750013303585182674146a91435564c229d Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Thu, 14 Jan 2021 10:13:25 -0800 Subject: [PATCH] [release/5.0] Update to 1.0.2 SDK (#29276) - also use latest 2.1 and 3.1 runtimes --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 3281cdcc29..a977635a25 100644 --- a/global.json +++ b/global.json @@ -1,19 +1,19 @@ { "sdk": { - "version": "5.0.101" + "version": "5.0.102" }, "tools": { - "dotnet": "5.0.101", + "dotnet": "5.0.102", "runtimes": { "dotnet/x64": [ - "2.1.23", + "2.1.24", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.10" + "3.1.11" ] }, "Git": "2.22.0",