From 4d9862dbd7489e6cd782d6f43f2f2774efe0ee66 Mon Sep 17 00:00:00 2001 From: lindexi Date: Fri, 2 Feb 2024 14:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=A6=E4=B8=8A=E6=9B=B4=E5=A4=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnetcore.yml | 7 +++++-- .github/workflows/nuget publish.yml | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index c440326..2298655 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,9 +9,12 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Setup .NET Core + - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' + dotnet-version: | + 3.1.x + 6.0.x + 8.0.x - name: Build with dotnet run: dotnet build --configuration Release -v n diff --git a/.github/workflows/nuget publish.yml b/.github/workflows/nuget publish.yml index 820522b..50d53e2 100644 --- a/.github/workflows/nuget publish.yml +++ b/.github/workflows/nuget publish.yml @@ -11,10 +11,13 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Setup .NET Core + - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' + dotnet-version: | + 3.1.x + 6.0.x + 8.0.x - name: Install dotnet tool run: dotnet tool install -g dotnetCampus.TagToVersion