Skip to content

Commit 51439e7

Browse files
committed
More .NET versions in GH actions
1 parent bb0edd0 commit 51439e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '2'
21+
dotnet-version: |
22+
2
23+
5
2224
- name: Restore packages
2325
run: ./paket.sh restore
2426
- name: Compile build script
@@ -36,7 +38,9 @@ jobs:
3638
- uses: actions/checkout@v4
3739
- uses: actions/setup-dotnet@v4
3840
with:
39-
dotnet-version: '2'
41+
dotnet-version: |
42+
2
43+
5
4044
- name: Restore packages
4145
run: ./paket.cmd restore
4246
- name: Compile build script

0 commit comments

Comments
 (0)