Skip to content

Commit 87de3d9

Browse files
committed
Update GithubActionsHelloWorld.csproj
1 parent c18d119 commit 87de3d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GithubActionsHelloWorld/GithubActionsHelloWorld.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23+
<!--SkiaSharp has no TIFF support https://github.com/mono/SkiaSharp/issues/433-->
2324
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
2425
<PackageReference Include="PdfSharpCore" Version="1.3.40" />
2526
<PackageReference Include="SkiaSharp" Version="2.88.2" />
27+
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.2" />
2628
</ItemGroup>
2729

2830
</Project>

0 commit comments

Comments
 (0)