mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.45k stars 539 forks source link

SkiaSharp.Views.Forms.WPF does not target .Net Core / .Net 5 #1561

Closed deviousasti closed 3 years ago

deviousasti commented 3 years ago

The SkiaSharp.Views.Forms.WPF package only targets .NETFramework 4.6.2.

https://github.com/mono/SkiaSharp/blob/b43c95f604040246229828ccd9a9537991600b26/nuget/SkiaSharp.Views.Forms.WPF.nuspec#L30

However, the components they depend on all support .Net Core or .Net standard.

It should be possible to release a .net core or .net 5 target. I'd be willing to submit a PR if someone could point me to the build files that need updating.

xperiandri commented 3 years ago

Any response? @mattleibow

mattleibow commented 3 years ago

I did not realise that forms was now running on netcore, so I can do that.

mattleibow commented 3 years ago

I have updated to the latest v4.x of Forms. v5.0 is out, but I don't need that and also I can let people update if need be.

The next preview on the preview feed should now be .NET Core friendly :)