From f2202efd7dff366c37f165dac4f91fd9815b0849 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:13:35 +0000 Subject: [PATCH] Update .NET SDK Update .NET SDK to version 9.0.303. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 9.0.303 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d97f0c39..5e732432 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.302", + "version": "9.0.303", "allowPrerelease": false, "rollForward": "latestMajor" }