Skip to content

Commit

Permalink
support DotNet8 in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Feb 11, 2024
1 parent 7c6c9c2 commit e4683cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet-version: |
3.x.x
6.x.x
7.x.x
8.x.x
- name: Restore Fody
run: dotnet restore Fody.sln
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
dotnet-version: |
3.x.x
6.x.x
7.x.x
8.x.x
- name: Restore Fody
run: dotnet restore Fody.sln
Expand Down

0 comments on commit e4683cb

Please sign in to comment.