From 2d5dca1c241831c78acff1f763cf7bf4745d5040 Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Mon, 1 Aug 2022 11:00:12 -0700 Subject: [PATCH] Try to update SDK version after updating arcade (https://github.com/dotnet/aspnetcore/pull/43028) --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 71bfb9dafae4..e6b762899293 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "7.0.100-rc.1.22375.2" + "version": "7.0.100-rc.1.22403.8" }, "tools": { - "dotnet": "7.0.100-rc.1.22375.2", + "dotnet": "7.0.100-rc.1.22403.8", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"