From 99adca0efd6e638ad41a267265f742739c9bcfe7 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 8 Jun 2021 13:31:48 -0700 Subject: [PATCH] [release/5.0] Bump SDK and runtimes --- global.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global.json b/global.json index 1b6aca209f..8dd41ed5f4 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "5.0.203" + "version": "5.0.204" }, "tools": { - "dotnet": "5.0.203", + "dotnet": "5.0.204", "runtimes": { "dotnet/x64": [ "2.1.28", @@ -13,7 +13,7 @@ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.15" + "3.1.16" ] }, "Git": "2.22.0",