From 31443f5f30c1ff7dcd2e8004f50edbbedc4abd28 Mon Sep 17 00:00:00 2001 From: "dotnet-updater[bot]" <100138291+dotnet-updater[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:10:20 +0000 Subject: [PATCH] Bump dotnet sdk from 8.0.413 to 8.0.416 Bumps [dotnet sdk](https://github.com/dotnet/sdk) from 8.0.413 to 8.0.416. - [Release notes](https://github.com/dotnet/core/releases/tag/v8.0.22) - [Changelog](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.22/8.0.22.md) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-type: direct:production update-type: version-update:patch ... Signed-off-by: dotnet-updater[bot] <100138291+dotnet-updater[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 213744d..6402138 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.413" + "version": "8.0.416" }, "scripts": { "clean": "dotnet rimraf artifacts",