From 1f512d6f5568d3303053fd5279a06425aae53e1c Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:01:47 +0200 Subject: [PATCH] Update SDK to P1 release (#4521) ref: https://github.com/dotnet/arcade/pull/14485 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 9faa31064..a2d11b6e3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "9.0.100-alpha.1.23615.4", + "dotnet": "9.0.100-preview.1.24101.2", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreApp60Version)", -- 2.34.1