From 2f95af9b1f18440bd5f3cbc690078ae693862d50 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Sep 2025 22:06:53 +0000 Subject: [PATCH 1/2] Initial plan From fe00c36940fb250a07b38fab2abf2a2da90ce7b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Sep 2025 22:10:37 +0000 Subject: [PATCH 2/2] Update .NET 9 RC 1 references to stable 9.0.0 in global.json Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com> --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index b722651bed4..bb42ae14f2c 100644 --- a/global.json +++ b/global.json @@ -7,11 +7,11 @@ "runtimes": { "dotnet": [ "8.0.0", - "9.0.0-rc.1.24431.7" + "9.0.0" ], "aspnetcore": [ "8.0.0", - "9.0.0-rc.1.24452.1" + "9.0.0" ] } },