Skip to content

Commit

Permalink
Switch the CI workfows to just use the .NET 8.0 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Apr 14, 2024
1 parent ef47890 commit d6d8cc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.x.x
8.x.x
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x.x
8.x.x
- name: install workloads
Expand Down

0 comments on commit d6d8cc5

Please sign in to comment.