manuelbl / SwissQRBill.NET

.NET library for Swiss QR bill payment slips (aka QR-Rechnung)
MIT License
86 stars 32 forks source link

Add a reference to runtime.osx.10.10-x64.CoreCompat.System.Drawing in test project #38

Closed 0xced closed 2 years ago

0xced commented 2 years ago

This fixes the following exception on macOS (when mono-libgdiplus is not installed):

System.DllNotFoundException Unable to load shared library 'libgdiplus' or one of its dependencies.

0xced commented 2 years ago

This increases the number of tests passing on macOS from 443 to 446.