Skip to content

Commit

Permalink
Include SkiaSharp.NativeAssets.* in TestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Aug 30, 2024
1 parent e8dbdb0 commit 318fded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Programs/examples/TestClient/TestClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Pfim" Version="0.11.2" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.8" />
<PackageReference Include="SkiaSharp.NativeAssets.macOS" Version="2.88.8" />
<PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="2.88.8" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 318fded

Please sign in to comment.