Skip to content

Commit

Permalink
Update dotnet build task to build on 7.0
Browse files Browse the repository at this point in the history
dotnet won't build a project targeting 7.0 on 5.0.
  • Loading branch information
MineRobber9000 committed Feb 21, 2024
1 parent 8cb1f66 commit 91614b6
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 91614b6

Please sign in to comment.