From c20a482fd7b044612acc48923ec0a59be81e7bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B7=9E=E5=9F=8E?= <36623158+SeWZC@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?action=20=E4=BD=BF=E7=94=A8=20dotnet=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=208.0.x=20=E8=BF=9B=E8=A1=8C=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuget publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget publish.yml b/.github/workflows/nuget publish.yml index af2c6f2..f01d921 100644 --- a/.github/workflows/nuget publish.yml +++ b/.github/workflows/nuget publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' include-prerelease: true - name: Install dotnet tool