From f8a6198dad41e8ed584da6ff711837f3288f8a8d Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 11 May 2021 13:58:09 -0700 Subject: [PATCH] [release/5.0] Update SDK and runtimes (#24879) --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 0678bd6b093..4befc7688cc 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "tools": { - "dotnet": "5.0.202", + "dotnet": "5.0.203", "runtimes": { "dotnet": [ - "3.1.14" + "3.1.15" ], "aspnetcore": [ - "3.1.14" + "3.1.15" ] } }, "sdk": { - "version": "5.0.202", + "version": "5.0.203", "allowPrerelease": true, "rollForward": "latestMajor" },