Skip to content

Commit eeae474

Browse files
committed
feat: update to dotnet 8
1 parent ec8a2a5 commit eeae474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: "7"
27+
dotnet-version: "8"
2828
- name: Restore
2929
run: |
3030
dotnet restore

0 commit comments

Comments
 (0)