diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 88573a1..8cde877 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -230,15 +230,6 @@ 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: ./ @@ -251,7 +242,6 @@ jobs: $version = & dotnet --version Write-Host "Installed version: $version" if (-not $version.Contains("preview")) { throw "Unexpected version" } - __tests__/verify-dotnet.ps1 $version test-proxy: runs-on: ubuntu-latest diff --git a/__tests__/sample-csproj/sample.csproj b/__tests__/sample-csproj/sample.csproj index f03838c..be6d7ea 100644 --- a/__tests__/sample-csproj/sample.csproj +++ b/__tests__/sample-csproj/sample.csproj @@ -1,7 +1,7 @@ - net7.0;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 + netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 sample_csproj false