From 1ddd1c672cb52964f2c8bd64d72b8e5ab2581202 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 27 Apr 2020 20:49:54 +0200 Subject: [PATCH] Update the SDK to mitigate runtime regression This SDK includes the fix for https://github.com/dotnet/runtime/commit/a5414a2bdf5a3e45e3800530bfd35de128971ac1. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 8a7cac54c..3f7841af8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.4.20217.10", + "dotnet": "5.0.100-preview.5.20227.9", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppRuntimePackageVersion)"