Skip to content

Commit

Permalink
Frontend.XF.Gtk: provide bug URL that prevents SkiaSharp upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 3, 2019
1 parent c728433 commit 9398746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/GWallet.Frontend.XF.Gtk/GWallet.Frontend.XF.Gtk.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,10 @@
<!-- workaround for https://github.com/dotnet/corefx/issues/19914 / https://bugzilla.xamarin.com/show_bug.cgi?id=60315 -->
<Delete Files="bin\$(Configuration)\System.Net.Http.dll" />

<!-- workaround for https://github.com/mono/SkiaSharp/issues/794 -->
<!-- workaround for https://github.com/mono/SkiaSharp/issues/794
(NOTE: the bug above is fixed in 1.68.1 but we can't upgrade to that version because of this other bug:
https://github.com/mono/SkiaSharp/issues/1047 )
-->
<Copy SourceFiles="..\..\packages\SkiaSharp.NativeAssets.Linux.1.68.0\runtimes\linux-x64\native\libSkiaSharp.so" DestinationFiles="bin\$(Configuration)\libSkiaSharp.so" />

</Target>
Expand Down

0 comments on commit 9398746

Please sign in to comment.