From ee9411e0d44e92aee1b057839a764ba0e6f339e6 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 17 Nov 2025 10:50:59 +0100 Subject: [PATCH 1/2] Update to .NET 10 SDK --- .github/workflows/dotnet-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index a9fe090013..757d877028 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: include: - - { dotnet: "9.0", configuration: Release, os: ubuntu-latest } + - { dotnet: "10.0", configuration: Release, os: ubuntu-latest } runs-on: ${{ matrix.os }} env: From fd7643d5384056d93d0b9d4dc0e5f8d4c189acc6 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 17 Nov 2025 10:51:57 +0100 Subject: [PATCH 2/2] Update global.json for .NET 10 --- dotnet/global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/global.json b/dotnet/global.json index 402d97f665..3ea0f9e455 100644 --- a/dotnet/global.json +++ b/dotnet/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "9.0.300", + "version": "10.0.100", "rollForward": "latestMajor", "allowPrerelease": false } -} \ No newline at end of file +}