Skip to content

Commit

Permalink
Update cs-build-project.yml
Browse files Browse the repository at this point in the history
Change dotnet-version to 6.0.x here too
  • Loading branch information
JoeStrout authored Apr 28, 2024
1 parent f5e85c4 commit 601dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cs-build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

- name: Build
run: dotnet build -c Release
Expand Down

0 comments on commit 601dd7c

Please sign in to comment.