We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b5a89 commit e86aac3Copy full SHA for e86aac3
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework netstandard2.1 --no-restore
32
33
- name: Test
34
- run: dotnet test BlockingCollectionExtensions.sln --configuration Release --no-build
+ run: dotnet test BlockingCollectionExtensions.sln --configuration Release --no-build --framework net8.0
35
36
- name: Pack
37
run: dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts
0 commit comments