From 73d9fc8c13c7503d469db84f2cd3b028f94decfd Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Sun, 13 Oct 2024 12:55:16 -0700 Subject: [PATCH] Update dotnet SDK version to 9 RC2 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index a01a93284..16ef6ae99 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": {