Skip to content

Commit

Permalink
Update dotnet version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jan 29, 2025
1 parent a2c9e98 commit f76fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Custom Build Steps
run: .\build.ps1
Expand Down

0 comments on commit f76fdd0

Please sign in to comment.