From ef6af5c335a13c724e46de6d36a5b6a59dcaa57c Mon Sep 17 00:00:00 2001 From: Patchouli Date: Mon, 25 Nov 2024 15:18:50 -0500 Subject: [PATCH] Update SDK version for GitHub CI and release workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c29bfa3..8d1f887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.x' + dotnet-version: '9.x' - name: Checkout code uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab5c325..a0f2113 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.x' + dotnet-version: '9.x' - name: Checkout code uses: actions/checkout@v2