Skip to content

Commit 4b39564

Browse files
committed
Try installing more .NET versions
1 parent a72c463 commit 4b39564

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Setup .NET 9.0
17-
uses: actions/setup-dotnet@v4.0.1
17+
uses: actions/setup-dotnet@v4.1.0
1818
with:
19-
dotnet-version: 9.0.x
19+
dotnet-version: |
20+
7.0.x
21+
8.0.x
22+
9.0.x
2023
2124
- name: Build, Tests, Cover, Pack and Publish (on push tag)
2225
shell: bash

0 commit comments

Comments
 (0)