Skip to content

Commit

Permalink
Fix ci version for .net
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Nov 30, 2023
1 parent bf7e347 commit 0721b28
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-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
- name: Setup dotnet tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
- name: Setup tools
run: dotnet tool restore
Expand Down

0 comments on commit 0721b28

Please sign in to comment.