From dd76bab47015d527c68313aa3281824412eb552c Mon Sep 17 00:00:00 2001 From: Victor Benarbia Date: Sat, 17 Feb 2024 20:25:36 +0000 Subject: [PATCH] another attempt to allow multi framework support --- .github/workflows/dotnet-core.yml | 4 ++-- serpapi/serpapi.csproj | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d3f1a01..cab59cf 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: ['8.0.x'] + dotnet: ['7.0.x', '8.0.x'] #dotnet: ['6.0.x', '7.0.x', '8.0.x'] name: test with Dotnet ${{ matrix.dotnet }} test steps: @@ -17,7 +17,7 @@ jobs: with: dotnet-version: ${{ matrix.dotnet }} - name: test - run: make all + run: dotnet test env: API_KEY: ${{secrets.API_KEY}} DOTNET_VERSION: ${{matrix.dotnet}} diff --git a/serpapi/serpapi.csproj b/serpapi/serpapi.csproj index e8657ce..91f79c6 100644 --- a/serpapi/serpapi.csproj +++ b/serpapi/serpapi.csproj @@ -21,6 +21,9 @@ git true + + true +