From a74703942dd885f5d78f2ca73c2936e6a21d3b23 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 30 Jul 2025 00:58:05 +0000 Subject: [PATCH] Restore original .NET SDK version in global.json Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 1fb0204d0..246613b7f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestPatch", - "version": "9.0.103" + "version": "9.0.303" } } \ No newline at end of file