From 82474bf10b5097d4bf6934100c9daa1efdb02f4b Mon Sep 17 00:00:00 2001 From: "polly-updater-bot[bot]" <138034000+polly-updater-bot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:41:39 +0000 Subject: [PATCH] Update .NET SDK (#1981) Update .NET SDK to version 8.0.201. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com> Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 12205bcdfd9..eba056a1caa 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.200", + "version": "8.0.201", "allowPrerelease": false, "rollForward": "latestMajor" }