From 1211bb31a8037dd3081a8cb9eac8fe8ffe653507 Mon Sep 17 00:00:00 2001 From: Fredrik Forsmo Date: Wed, 14 Jan 2026 21:22:18 +0100 Subject: [PATCH 1/2] chore: test with dotnet 10 instead of 9 --- .github/workflows/csharp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 43a0855..cb785e0 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -16,10 +16,10 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: '8.0.x' - - name: Set up dotnet 9. + - name: Set up dotnet 10. uses: actions/setup-dotnet@v5 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Build run: dotnet build - name: Run test suite From 1c1f242a1e416ef7a2250cdd2e96610e5fb399c7 Mon Sep 17 00:00:00 2001 From: Fredrik Forsmo Date: Wed, 14 Jan 2026 21:30:16 +0100 Subject: [PATCH 2/2] chore: update analysis dotnet version --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3c0684d..f9dea4e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: | - 9.0.x + 10.0.x # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit.