From 77f5f42757fa9afca6e6dc00748c80f150e1f67e Mon Sep 17 00:00:00 2001 From: Popeye Zhong Date: Sun, 3 Dec 2023 18:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=20.NET=208.0=20?= =?UTF-8?q?=E7=9A=84=E6=8C=81=E7=BB=AD=E9=9B=86=E6=88=90=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E3=80=82=20:scissors:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3df0157..1e70df7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 5.0.x 6.0.x 7.0.x + 8.0.x - name: Install Zongsoft.Tools.Deployer run: dotnet tool install -g Zongsoft.Tools.Deployer