diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b7dce27e..d49c5b3c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,7 @@ jobs: run: dotnet build --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore - name: dotnet test - run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore --verbosity minimal + run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} -f net8.0 --no-restore --verbosity minimal - name: dotnet pack if: github.ref_type == 'tag'