-
Notifications
You must be signed in to change notification settings - Fork 47
Supported Platforms and Devices
wischi edited this page Sep 24, 2021
·
3 revisions
Currently only Windows is "officially" supported.
I'm mostly using Windows atm and sadly don't have the time or devices to test everything on Linux and macOS.
"But", because everything targets netstandard20
there is a very good chance that you will get it to run on probably many other platforms that can run .net core too. If you can't get it to work (even on Linux and macOS) feel free to open an issue and describe your problem. Maybe someone (or myself) can still help you.
@g3rv4 was able to make it run on macOS by installing runtime.osx.10.10-x64.CoreCompat.System.Drawing from NuGet - (Source) and @Suplanus added libgdiplus packaging to make it work. (Source)