Skip to content

Commit e07be4d

Browse files
authored
fix: Build Race Condition (#244)
1 parent 98e69a8 commit e07be4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- warning
5555
5656
- name: Build
57-
run: dotnet build ${{ env.SOLUTION_PATH }} --configuration Release
57+
run: dotnet build ${{ env.SOLUTION_PATH }} --configuration Release --framework net10.0
5858

5959
- name: Perform CodeQL Analysis
6060
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)