Skip to content

Commit

Permalink
Remove .net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jul 15, 2023
1 parent 18b7a6a commit e58c108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
dotnet-version: |
7.0.x
8.0.x
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
dotnet-version: |
7.0.x
8.0.x
- name: Restore dependencies
Expand Down

0 comments on commit e58c108

Please sign in to comment.