Skip to content

Commit 30016e6

Browse files
authored
Build: Support .NET 9 in workflows (MudBlazor#10231)
1 parent c8529ab commit 30016e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-mudblazor-nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
dotnet-version: |
5353
8.0.x
54+
9.0.x
5455
- name: Pack nuget package
5556
run: dotnet pack -c Release --output nupkgs /p:Version=${{ needs.get-version.outputs.VERSION }}
5657
working-directory: ./src/MudBlazor

0 commit comments

Comments
 (0)