Skip to content

Commit 8503845

Browse files
committed
use .net 6 and 7 in ci
1 parent c10498f commit 8503845

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: 6.x.x
20+
dotnet-version: |
21+
6.x.x
22+
'7.0.103'
2123
- name: make script executable
2224
run: chmod u+x build.sh
2325
- name: Build and test

0 commit comments

Comments
 (0)