diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6f609b8..88573a1 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -156,11 +156,11 @@ jobs: uses: ./ with: dotnet-version: 3.1.x - - name: Setup dotnet 2.2.x + - name: Setup dotnet 2.2.X uses: ./ with: dotnet-version: 2.2.X - - name: Setup dotnet 2.2.x + - name: Setup dotnet 3.0.* uses: ./ with: dotnet-version: 3.0.* @@ -230,6 +230,16 @@ jobs: - name: Clear toolcache shell: pwsh run: __tests__/clear-toolcache.ps1 ${{ runner.os }} + - name: Setup dotnet '2.2' + uses: ./ + with: + dotnet-version: '2.2' + + - name: Setup dotnet '3.1' + uses: ./ + with: + dotnet-version: '3.1' + - name: Setup dotnet 7.0 with preview quality uses: ./ with: diff --git a/__tests__/sample-csproj/sample.csproj b/__tests__/sample-csproj/sample.csproj index be6d7ea..f03838c 100644 --- a/__tests__/sample-csproj/sample.csproj +++ b/__tests__/sample-csproj/sample.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 + net7.0;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 sample_csproj false