Skip to content

Commit

Permalink
Test against .net 6 instead of .net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 5, 2022
1 parent 759b2ca commit dc7af0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Setup .NET 5
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit dc7af0f

Please sign in to comment.