Skip to content

Commit 7a2afc5

Browse files
authored
Merge pull request #232 from jafin/fix/type1-fonts-load
fix (Fonts): Type1 font handling (bump SixLabors.Fonts)
2 parents c0cd985 + 6ac16b8 commit 7a2afc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PdfSharpCore/PdfSharpCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally Mi
3939
</ItemGroup>
4040
<ItemGroup>
4141
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
42-
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta0013" />
42+
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta17" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

0 commit comments

Comments
 (0)