From 81a4945368d5295a01884df5bc5b20d8f56152bf Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:16:02 +0000 Subject: [PATCH] Update .NET SDK (#804) Update .NET SDK to version 8.0.404. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk 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 2e5e1528..c8aeb425 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.403", + "version": "8.0.404", "allowPrerelease": false } }