Skip to content

Commit

Permalink
update .github/workflows to work with .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Moaid Hathot committed Nov 25, 2023
1 parent a685d14 commit e40dc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dumpify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore ./src
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dumpify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore ./src
Expand Down

0 comments on commit e40dc8c

Please sign in to comment.