Skip to content

Commit

Permalink
Merge pull request #138 from MineRobber9000/master
Browse files Browse the repository at this point in the history
Update dotnet build task to build on 7.0
  • Loading branch information
JoeStrout authored Feb 25, 2024
2 parents 3afe6c7 + 91614b6 commit 4d5a926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cs-build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:

- uses: actions/setup-dotnet@v2
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x

- name: Build
run: dotnet build -c Release



0 comments on commit 4d5a926

Please sign in to comment.