From 33801253716d16d8d8d6d0468b734eacc3a2aeb7 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 16 Jan 2024 14:42:54 -0500 Subject: [PATCH] Update publish.yml (#466) --- .github/workflows/publish.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a66b2a92..dfc0bd19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,10 +15,13 @@ jobs: # Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest # Visit bit.ly/2synnZl to see the list of SDKs that are pre-installed with ubuntu-latest / windows-latest - - name: Setup dotnet - uses: actions/setup-dotnet@v1 + - name: Setup .NET Core + uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x # Publish - name: publish on version change