Skip to content

Commit

Permalink
Update .NET version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ugreg authored Jun 18, 2024
1 parent d9aa3a2 commit d849911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- name: Setup .NET
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x' # Specify the .NET version
dotnet-version: '5.0' # Specify the .NET version

- name: Build with dotnet (manual mode)
if: matrix.build-mode == 'manual'
Expand Down

0 comments on commit d849911

Please sign in to comment.