Skip to content

Commit

Permalink
Update DotNet build from 6 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRigby authored Apr 10, 2024
1 parent 25607f5 commit e80d918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup DotNet 6.0
- name: Setup DotNet 7.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'

- name: Restore Tools
run: dotnet tool restore
Expand Down

0 comments on commit e80d918

Please sign in to comment.