Skip to content

Commit dacd0e0

Browse files
committed
Fix: Add missing 3.1 5.0x targets in build.
1 parent b4a716b commit dacd0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
dotnet: ['6.0.x','7.0.x']
15+
dotnet: ['3.1.x','5.0.x','6.0.x','7.0.x']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Setup dotnet

PdfSharpCore.Test/PdfSharpCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
55
<CheckEolTargetFramework>false</CheckEolTargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)