Skip to content

Commit 75847b7

Browse files
Upgrading to 9.0
1 parent 5239307 commit 75847b7

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install .NET Core
3535
uses: actions/setup-dotnet@v3
3636
with:
37-
dotnet-version: 8.x.x
37+
dotnet-version: 9.x.x
3838

3939
# Execute the build
4040
- name: Execute Release Build
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install .NET Core
5555
uses: actions/setup-dotnet@v3
5656
with:
57-
dotnet-version: 8.x.x
57+
dotnet-version: 9.x.x
5858

5959
# Execute the tests
6060
- name: Execute Tests

0 commit comments

Comments
 (0)