Skip to content

Commit

Permalink
Let build use .net 9 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MCGPPeters committed Feb 19, 2024
1 parent 10115b7 commit 82d9dde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
with:
dotnet-version: '6.0'
include-prerelease: True
- name: Setup .NET 8
- name: Setup .NET 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0'
dotnet-version: '9.0'
include-prerelease: True
- name: Install dependencies
run: dotnet restore .
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
PACKAGE_PUSH_TOKEN: ${{secrets.PACKAGE_PUSH_TOKEN}}
NUGETORG_API_KEY: ${{secrets.NUGETORG_API_KEY}}
steps:
- name: Setup .NET 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.0'
include-prerelease: True
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 82d9dde

Please sign in to comment.