From a1f65bc2c0bc2dcd0b21049ff108764362869eb5 Mon Sep 17 00:00:00 2001 From: wangjunzzz <> Date: Sat, 24 Jan 2026 10:30:49 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4github=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index e95b7281..5431277f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -12,7 +12,7 @@ jobs: - name: Install Dotnet 10.0.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: 10.0.0 + dotnet-version: 10.0.100 include-prerelease: True - name: Setting Version id: vars