Skip to content

Commit 5f27bd1

Browse files
committed
Use .net 8
1 parent 2bffa52 commit 5f27bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: |
29-
10.0.x
29+
8.0.x
3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v4
3232
with:
3333
languages: csharp
3434
# config-file: ./.github/codeql-config.yml
3535
- name: Build source code
36-
run: dotnet build --configuration Release --framework net10.0 /p:EmitCompilerGeneratedFiles=true
36+
run: dotnet build --configuration Release --framework net8.0
3737
- name: Perform CodeQL Analysis
3838
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)