Skip to content

Commit

Permalink
Merge pull request #24 from DanRigby/dotnet-7
Browse files Browse the repository at this point in the history
Update DotNet build from 6 to 7
  • Loading branch information
DanRigby authored Apr 10, 2024
2 parents 25607f5 + e80d918 commit 5c5c743
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 5c5c743

Please sign in to comment.