Skip to content

Commit

Permalink
Use .NET 7.0.103 (#170)
Browse files Browse the repository at this point in the history
As usual, `dotnet format` is broken on .NET 7.0.200 (see
dotnet/format#1800). We'll install the latest
of 7.0.100 for now.
  • Loading branch information
craigktreasure authored Feb 15, 2023
1 parent 12e0c0f commit a9baf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
dotnet-version: |
6.x
7.0.100
7.x
7.0.103
- name: Patch global.json if necessary
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet-version: |
6.x
7.0.100
7.x
7.0.103
- name: Patch global.json if necessary
shell: pwsh
Expand Down

0 comments on commit a9baf66

Please sign in to comment.