Skip to content

Commit

Permalink
Include .NET 8 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Nov 15, 2023
1 parent 1128d8c commit 6222cc3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2


- name: Setup net8
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'

- name: Setup net6
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 6222cc3

Please sign in to comment.