From d999cbbfcb8094880bb37b22961c06de8839d8b0 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 11 May 2021 12:18:01 -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 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" },