Skip to content

Commit

Permalink
chore: added SkiaShpar files on the csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos authored and nickrandolph committed Jul 25, 2023
1 parent 987b729 commit c48cce5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<!-- https://github.com/xamarin/xamarin-macios/issues/14812 -->
<MtouchExtraArgs>$(MtouchExtraArgs) --marshal-objectivec-exceptions:disable</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SkiaSharp" />
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" />
<PackageReference Include="SkiaSharp.NativeAssets.iOS" />
</ItemGroup>
</When>
<When Condition="$(IsMacCatalyst)">
<PropertyGroup>
Expand Down

0 comments on commit c48cce5

Please sign in to comment.