Skip to content

Commit

Permalink
Revert "Adjust workflow to only install the .NET 8.0 SDK"
Browse files Browse the repository at this point in the history
This reverts commit ce10620.
  • Loading branch information
Shane32 committed Jun 5, 2024
1 parent 7c357ec commit 7bb3ba4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wf-verify-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
- name: Install additional .NET SDKs
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: |
1.0.x
2.0.x
5.0.x
6.0.x
8.0.x
- name: Restore NuGet Packages
run: dotnet restore
Expand Down

0 comments on commit 7bb3ba4

Please sign in to comment.