Skip to content

Commit 378b49f

Browse files
authored
Update release.yml
1 parent ff66c38 commit 378b49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: actions/setup-dotnet@v1
2929
with:
3030
dotnet-version: '6.0.x'
31-
- name: Setup .NET 8.0
31+
- name: Setup .NET 9.0
3232
uses: actions/setup-dotnet@v1
3333
with:
34-
dotnet-version: '8.0.x'
34+
dotnet-version: '9.0.x'
3535
- name: Restore dependencies
3636
run: dotnet restore
3737
- name: Build

0 commit comments

Comments
 (0)