Skip to content

Commit c9d3611

Browse files
committed
Include dotnet 8
1 parent 89f5200 commit c9d3611

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v2
3434
with:
35-
dotnet-version: 10.0.x
35+
dotnet-version: |
36+
10.0.x
37+
8.0.x
3638
- name: Restore dependencies
3739
run: dotnet restore
3840
- name: Build

0 commit comments

Comments
 (0)