Skip to content

Commit

Permalink
Bumping .net version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Dec 29, 2024
1 parent f0a91ba commit de66553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 8.0
- name: Setup .NET 9.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Run Build Script
shell: pwsh
run: |
Expand Down

0 comments on commit de66553

Please sign in to comment.