diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b4df19..c4ff966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,10 @@ jobs: with: dotnet-version: | 3.1.x + 5.0.x + 6.0.x + 7.0.x + 8.0.x - name: Restore NuGets run: dotnet restore ${{ env.SOLUTION }} @@ -42,6 +46,10 @@ jobs: with: dotnet-version: | 3.1.x + 5.0.x + 6.0.x + 7.0.x + 8.0.x - name: Restore NuGets run: dotnet restore ${{ env.SOLUTION }}