From c648f82613f78eaa97412b99d8299c59ab6ed37d Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Sun, 13 Oct 2024 13:01:43 -0700 Subject: [PATCH] Update dotnet SDK version to 9 RC2 (#220) Updated SDK version to enhance performance and features. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index a01a9328..16ef6ae9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.1.24452.12", + "version": "9.0.100-rc.2.24474.11", "rollForward": "disable" }, "msbuild-sdks": {