Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
coronabytes committed Nov 12, 2024
1 parent 287f45c commit f6a4ffa
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 @@ -20,7 +20,7 @@ jobs:
- name: dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: build
run: dotnet build --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Build Version
id: vars
Expand Down

0 comments on commit f6a4ffa

Please sign in to comment.