Skip to content

Commit

Permalink
Downgrade to .NET 8 because .NET 9 has crashing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Nov 22, 2024
1 parent d039a23 commit 3bb6dca
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-final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: 8.0.x

- name: Restore Dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: 8.0.x

- name: Restore Dependencies
run: dotnet restore
Expand Down

0 comments on commit 3bb6dca

Please sign in to comment.