Skip to content

Commit

Permalink
feat: Add support to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoPires committed Mar 21, 2022
1 parent 7871f67 commit 902cafc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull-request.yml
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup .NET 56
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: Setup .NET 5
uses: actions/setup-dotnet@v1
Expand All @@ -34,4 +39,4 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build
run: dotnet test --no-build

0 comments on commit 902cafc

Please sign in to comment.