From 7f13ec6fe338fa6d8ba88a8ba52a948a72f7e260 Mon Sep 17 00:00:00 2001 From: ncave <777696+ncave@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:05:23 -0800 Subject: [PATCH] Use dotnet 5.0.100 --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 822ee4860480..7f0f7bf86e43 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "3.1.302", + "version": "5.0.100", "rollForward": "minor" }, "tools": { - "dotnet": "3.1.302", + "dotnet": "5.0.100", "vs": { "version": "16.4", "components": [