From 8baeb3ef873c04a5c7e96cf28c01db6409ca8c5e Mon Sep 17 00:00:00 2001 From: Bruno Brito Date: Mon, 29 May 2023 01:22:15 -0300 Subject: [PATCH] fix: ci --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bef1fe9..411ad58 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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