From d0e8de66913ba2ba8bc50a73e5727711ac70fe5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:45:47 +0000 Subject: [PATCH] chore(deps): update .net sdk update to v10.0.301 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 485b56a..a0e9d0e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.108", + "version": "10.0.301", "rollForward": "latestPatch", "allowPrerelease": false }