From e077aa83c81919087e92cece33d3ec89b8322760 Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Tue, 16 Nov 2021 00:45:05 +0000 Subject: [PATCH] add dotnet 3.0 to target frameworks fixed verification test --- .github/workflows/workflow.yml | 2 +- __tests__/sample-csproj/sample.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b433e19..fe98553 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -54,7 +54,7 @@ jobs: 3.0.x - name: Verify dotnet shell: pwsh - run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404 3.0 + run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404 '3.0' test-setup-full-version: runs-on: ${{ matrix.operating-system }} diff --git a/__tests__/sample-csproj/sample.csproj b/__tests__/sample-csproj/sample.csproj index 50fb5e4..be6d7ea 100644 --- a/__tests__/sample-csproj/sample.csproj +++ b/__tests__/sample-csproj/sample.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;netcoreapp2.2 + netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 sample_csproj false