We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3edc92 commit 0f64177Copy full SHA for 0f64177
.github/workflows/build_and_test_macos.yml
@@ -19,10 +19,11 @@ jobs:
19
2.1.x
20
6.0.x
21
8.0.x
22
+ 9.0.x
23
24
# Build the release build
25
- name: Build the solution
- run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
26
+ run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net8.0
27
28
- name: Run the tests
- run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0
29
+ run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net8.0
0 commit comments