Skip to content

Commit c9ef361

Browse files
authored
Update release.yml
1 parent fb4876e commit c9ef361

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ jobs:
99
runs-on: windows-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v3
1717
with:
18-
dotnet-version: 7.0.x
18+
dotnet-version: |
19+
7.0.x
20+
6.0.x
1921
- name: Restore dependencies
2022
run: dotnet restore
2123
- name: Build

0 commit comments

Comments
 (0)