Skip to content

Commit

Permalink
feat: update workflow file to restore .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktosi33 authored and purifetchi committed Nov 19, 2023
1 parent d7b1f82 commit 5d924a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Check Formatting
run: |
Expand Down

0 comments on commit 5d924a2

Please sign in to comment.