Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed May 29, 2023
1 parent 6bf5f0a commit 8baeb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
dotnet-version: 7.0.x

- name: Setup .NET Core 3.1
- name: Setup .NET Core 2.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x
dotnet-version: 2.1.x

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 8baeb3e

Please sign in to comment.