Skip to content

Commit

Permalink
Update .NET version on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfran committed Apr 2, 2024
1 parent 71b0c2a commit b120abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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:
dotnet-version: |
6.x.x
7.x.x
8.x.x
- name: install workloads
run: dotnet workload restore src/Avalonia.FuncUI.sln
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
dotnet-version: |
6.x.x
7.x.x
8.x.x
- name: install workloads
run: dotnet workload restore src/Avalonia.FuncUI.sln
Expand Down

0 comments on commit b120abb

Please sign in to comment.