diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 265fd98..3b938a8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,7 +17,10 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: ${{ env.DOTNET_VERSION }} + dotnet-version: | + ${{ env.DOTNET_VERSION }} + 3.1.x + 6.0.x - name: Install dependencies run: dotnet restore ${{ env.SOLUTION_FILE }} --verbosity minimal && dotnet tool restore