From a6e7e207cda02dc4da6746e8df9eab93c5214eb5 Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Wed, 20 Dec 2023 13:23:06 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4dotnet=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 926e67eb1..a4cb1924a 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Install Dotnet 7.x + - name: Install Dotnet 8.0.100 uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.304 + dotnet-version: 8.0.100 include-prerelease: True - name: Setting Version id: vars