We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1923fc commit a3edc92Copy full SHA for a3edc92
.github/workflows/build_and_test_macos.yml
@@ -22,7 +22,7 @@ jobs:
22
23
# Build the release build
24
- name: Build the solution
25
- run: dotnet build -c Release src/UglyToad.PdfPig.sln
+ run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
26
27
- name: Run the tests
28
- run: dotnet test -c Release src/UglyToad.PdfPig.sln
+ run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0
0 commit comments