Skip to content

Commit 67c9101

Browse files
authored
Update release.yml
1 parent 619cebf commit 67c9101

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424

25+
- name: Setup .NET 9
26+
uses: actions/setup-dotnet@v4
27+
with:
28+
dotnet-version: |
29+
9.0.x
30+
2531
- name: Restore dependencies
2632
run: dotnet restore
2733
working-directory: src/Cropper.Blazor/Cropper.Blazor

0 commit comments

Comments
 (0)