Skip to content

Commit 18856e0

Browse files
committed
Updated pipelines to use .NET 9
1 parent c64800d commit 18856e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
2626

27-
- name: Setup .NET 8.0
27+
- name: Setup .NET 9.0
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: '8.0.x'
30+
dotnet-version: '9.0.x'
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v3

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Setup .NET 8.0
20+
- name: Setup .NET 9.0
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: '8.0.x'
23+
dotnet-version: '9.0.x'
2424

2525
- name: Restore
2626
run: dotnet restore

0 commit comments

Comments
 (0)