Skip to content

Commit ce10620

Browse files
committed
Adjust workflow to only install the .NET 8.0 SDK
1 parent c12a5aa commit ce10620

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/wf-verify-formatting.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
- name: Install additional .NET SDKs
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: |
19-
1.0.x
20-
2.0.x
21-
5.0.x
22-
6.0.x
23-
8.0.x
18+
dotnet-version: 8.0.x
2419

2520
- name: Restore NuGet Packages
2621
run: dotnet restore

0 commit comments

Comments
 (0)