Skip to content

Commit 0593b68

Browse files
authored
Update release.yml
1 parent 4f55190 commit 0593b68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
uses: actions/setup-dotnet@v1
2929
with:
3030
dotnet-version: '6.0.x'
31+
- name: Setup .NET 7.0
32+
uses: actions/setup-dotnet@v1
33+
with:
34+
dotnet-version: '7.0.x'
35+
- name: Setup .NET 8.0
36+
uses: actions/setup-dotnet@v1
37+
with:
38+
dotnet-version: '8.0.x'
3139
- name: Setup .NET 9.0
3240
uses: actions/setup-dotnet@v1
3341
with:

0 commit comments

Comments
 (0)