-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
12e0c0f
commit a9baf66
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|