From d7316ecfd94c2d4430ce62dcc2f97350f9a87bdb Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:28:31 -0800 Subject: [PATCH] [release/5.0] Update SDK and runtime versions (#24357) --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 137d0c22a9e..cd9d0947c22 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "tools": { - "dotnet": "5.0.103", + "dotnet": "5.0.104", "runtimes": { "dotnet": [ - "3.1.12" + "3.1.13" ], "aspnetcore": [ - "3.1.12" + "3.1.13" ] } }, "sdk": { - "version": "5.0.103", + "version": "5.0.104", "allowPrerelease": true, "rollForward": "latestMajor" },