From 0332d9d9293a41f3cf106bef6bfd25efbfbfef88 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:13:56 -0800 Subject: [PATCH] Update SDK and runtime versions --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 5e4856113a..316dfecfae 100644 --- a/global.json +++ b/global.json @@ -1,19 +1,19 @@ { "sdk": { - "version": "5.0.103" + "version": "5.0.104" }, "tools": { - "dotnet": "5.0.103", + "dotnet": "5.0.104", "runtimes": { "dotnet/x64": [ - "2.1.25", + "2.1.26", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.12" + "3.1.13" ] }, "Git": "2.22.0",