From 430353c73f7e9de202509117495a0f5ff928be85 Mon Sep 17 00:00:00 2001 From: "dotnet-updater[bot]" <100138291+dotnet-updater[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:03:58 +0000 Subject: [PATCH] Bump dotnet sdk from 6.0.412 to 6.0.413 Bumps [dotnet sdk](https://github.com/dotnet/sdk) from 6.0.412 to 6.0.413. **This update includes a security fix.** - [Release notes](https://github.com/dotnet/core/releases/tag/v6.0.21) - [Changelog](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.21/6.0.21.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 d0f6e08..c189c7d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.412" + "version": "6.0.413" }, //"scriptShell": "pwsh", "scripts": {