From 67ce6cd780e8232abd9b2ab2afdf22473e74fd9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Oct 2023 06:10:45 +0000 Subject: [PATCH] Update .NET SDK Update .NET SDK to version 7.0.403. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 6bdcb93..f051991 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.402", + "version": "7.0.403", "allowPrerelease": false, "rollForward": "latestFeature" },