We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d681a4 commit 3380125Copy full SHA for 3380125
.github/workflows/publish.yml
@@ -15,10 +15,13 @@ jobs:
15
16
# Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
17
# Visit bit.ly/2synnZl to see the list of SDKs that are pre-installed with ubuntu-latest / windows-latest
18
- - name: Setup dotnet
19
- uses: actions/setup-dotnet@v1
+ - name: Setup .NET Core
+ uses: actions/setup-dotnet@v3
20
with:
21
- dotnet-version: 7.0.x
+ dotnet-version: |
22
+ 6.0.x
23
+ 7.0.x
24
+ 8.0.x
25
26
# Publish
27
- name: publish on version change
0 commit comments