QRCoder icon indicating copy to clipboard operation
QRCoder copied to clipboard

Added Net6 in the conditional to take the reference System.Drawing.Co…

Open luisfbn opened this issue 1 year ago • 0 comments

Added Net6 in the conditional to take the reference System.Drawing.Common. Net35 was removed due to System.Drawing.Bitmap type does not exist on it.

Summary

This PR fixes/implements the following bugs/features:

  • [ ] https://github.com/codebude/QRCoder/issues/382

What existing problem does the pull request solve?**

Creating a .Net 6 Project and try to use QRCode type on it. Visual Studio can't compile due to: The type or namespace name 'QRCode' does not exist in the namespace 'QRCoder'

Closing issues

closes #382

luisfbn avatar Jan 25 '24 02:01 luisfbn