From 27d1b57140aae3eb1d82dd49479116d98bd0628a Mon Sep 17 00:00:00 2001 From: Ryland <41491307+ryalanms@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:30:38 -0700 Subject: [PATCH] Update the SDK version that WPF builds against to .NET 6.0 Preview 6 from Preview 4 --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 76db2c9a513..5b92c2c751f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100-preview.4.21255.9", + "dotnet": "6.0.100-preview.6.21317.3", "runtimes": { "dotnet": [ "2.1.7", @@ -16,7 +16,7 @@ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21323.1" }, "sdk": { - "version": "6.0.100-preview.4.21255.9" + "version": "6.0.100-preview.6.21317.3" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",