Skip to content

Commit 9da2e64

Browse files
authored
Update dotnet.yml
1 parent 2ab1b45 commit 9da2e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: |
24+
6.0.x
2425
8.0.x
2526
- name: Restore dependencies
26-
run: dotnet restore
27+
run: dotnet restore Utf8StringSplitter.slnx
2728
- name: Build
2829
run: dotnet build --no-restore
2930
- name: Test

0 commit comments

Comments
 (0)