-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multitarget Views.WPF #1069
Multitarget Views.WPF #1069
Conversation
source/SkiaSharp.Views/SkiaSharp.Views.WPF/SkiaSharp.Views.WPF.csproj
Outdated
Show resolved
Hide resolved
We can also update the nuspecs with the new netcoreapp3.0: And:
|
What should the platform be for |
The platform that builds it. It looks to build on all the platforms, so leave it out. |
Done :) |
source/SkiaSharp.Views/SkiaSharp.Views.WPF/SkiaSharp.Views.WPF.csproj
Outdated
Show resolved
Hide resolved
Thanks for the PR! Merged! |
My pleasure :) Is there a NuGet package (possibly a pre-release) with these changes? I would test it by adding it to a project we are developing at work. |
We can! Just noticed that this branch failed to build because DevOps got disconnected from all its agents... Rebuilding and then I'll let you know when you can get your hands on the build. I did start a build on our public CI: That should work for testing, but I am also going to push out the PR build to the preview feed: The reason for this is that CI builds both the preview and the stable packages to make sure everything is working. Then when I release I first push the preview packages for a few weeks, and then go stable - no need to rebuild. But, sometimes you may be tempted to select the stable packages from the CI server - and then it gets cached... I can control what gets to the preview feed. |
Hehe, seems my certificates to build the samples expired today... I'm going to have to upload them to CI, but I need to get a sleep action going here. When I wake up in a few hours, I'll rebuild with the v1.68.2 and push that after merging the VS2019 build to master. |
Description of Change
SkiaSharp.View.WPF
now targets.NET Core 3.0
in addition to.NET Framework 4.5.1
.Bugs Fixed
Related to issue #1029, which is about getting both
SkiaSharp.View.WPF
as well asSkiaSharp.View.WindowsForms
to target.Net Core
.API Changes
None
PR Checklist