Skip to content

Commit a243f80

Browse files
authored
Update dotnet.yml
1 parent e9308c7 commit a243f80

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
@@ -19,7 +19,9 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.0.x
22+
dotnet-version: |
23+
6.0.x
24+
8.0.x
2325
- name: Restore dependencies
2426
run: dotnet restore
2527
- name: Build

0 commit comments

Comments
 (0)