Skip to content

Commit

Permalink
Updated CI to .NET9
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Nov 12, 2024
1 parent 3bd9e9e commit 9357087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
- name: Build with dotnet
run: dotnet build --configuration Release
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
- name: Run all tests
run: dotnet test

0 comments on commit 9357087

Please sign in to comment.