From 7781c1d241f452c249cb2e50c848b7a5de37f9c2 Mon Sep 17 00:00:00 2001 From: "jet-codeflow-maintainer[bot]" <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:21:12 +0000 Subject: [PATCH] Update .NET SDK (#1369) Update .NET SDK to version 8.0.203. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 08faa1210..55839d712 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.202", + "version": "8.0.203", "allowPrerelease": false } }