From 391879a483ba857d12cc53b8b5c68eb78dd49ed9 Mon Sep 17 00:00:00 2001 From: cs8425 Date: Wed, 29 Apr 2026 20:28:11 +0800 Subject: [PATCH] bump github workflow to dotnet 10 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1321af2..92bb5eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Read version id: version