-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Nuspec out of date? (System.Drawing.Common) #190
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
Comments
Think it is something you need to resolve. As soon as I add in |
System.Drawing.Common
System.Drawing.Common
This really needs to be fixed. It causes a build warning if you also reference the stable
|
Same issue for me : error CS1705: Assembly 'QRCoder' with identity 'QRCoder, Version=1.3.6.0, Culture=neutral, PublicKeyToken=null' uses 'System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has a higher version than referenced assembly 'System.Drawing.Common' with identity 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' Any plan to merge fix soon ? #192 |
Is there a workaround? |
Install the latest System.Drawing.Common as a temp solution works for me. |
May be experiencing a bug, or maybe not. Either way I've noticed a version mismatch you may want to get in sync:
https://github.com/codebude/QRCoder/search?q=system.drawing.common&unscoped_q=system.drawing.common
The issue I'm being presented with is this:
Assembly 'QRCoder' with identity 'QRCoder, Version=1.3.6.0, Culture=neutral, PublicKeyToken=null' uses 'System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has a higher version than referenced assembly 'System.Drawing.Common' with identity 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
I'm not using system drawing common anywhere in my project (a .Net Core 2.2 web project).
The text was updated successfully, but these errors were encountered: