Skip to content

Commit 281a2a3

Browse files
authored
Update release-nuget.yml
1 parent 0d4c4f4 commit 281a2a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v2
2121
with:
22-
dotnet-version: 7.0.x
22+
dotnet-version: |
23+
7.0.x
24+
8.0.x
2325
- name: Install .NET MAUI
2426
run: dotnet workload install maui
2527
- name: Get version information from tag

0 commit comments

Comments
 (0)