Skip to content

Commit f76fdd0

Browse files
committed
Update dotnet version for github actions
1 parent a2c9e98 commit f76fdd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET Core SDK
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 7.x
30+
dotnet-version: 8.x
3131

3232
- name: Custom Build Steps
3333
run: .\build.ps1

0 commit comments

Comments
 (0)