From b5115f2de7d1d0149f044cf63dc54801d7a2793e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:04:12 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 9.0.306 to 10.0.100 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.306 to 10.0.100. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v9.0.306...v10.0.100) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.100 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 4d201dd4908..47570bd9ffd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.306", + "version": "10.0.100", "allowPrerelease": false, "rollForward": "latestMinor" } From 839e7868cbf62391f3e24a9686bf785ae84a3a81 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 21 Nov 2025 15:10:59 -0600 Subject: [PATCH 2/2] Update Cake to 6.x for .NET 10 --- Build/Build.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Build/Build.csproj b/Build/Build.csproj index 5659c6aa218..5ff5ad436ff 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -1,7 +1,7 @@ Exe - net9.0 + net10.0 true $(MSBuildProjectDirectory) @@ -15,17 +15,17 @@ - + - + - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive