Skip to content

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

Closed
AdamWillden opened this issue Jul 3, 2019 · 6 comments · Fixed by #189
Closed

Nuspec out of date? (System.Drawing.Common) #190

AdamWillden opened this issue Jul 3, 2019 · 6 comments · Fixed by #189

Comments

@AdamWillden
Copy link

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

image

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).

@AdamWillden
Copy link
Author

Think it is something you need to resolve. As soon as I add in [email protected] the issue goes away.

@AdamWillden AdamWillden changed the title Nuspec out of date? System.Drawing.Common Nuspec out of date? System.Drawing.Common Jul 3, 2019
@AdamWillden AdamWillden changed the title Nuspec out of date? System.Drawing.Common Nuspec out of date? (System.Drawing.Common) Jul 3, 2019
@csturm83 csturm83 mentioned this issue Jul 6, 2019
3 tasks
@thomaslevesque
Copy link

This really needs to be fixed. It causes a build warning if you also reference the stable System.Drawing.Common:

Warning MSB3277 Found conflicts between different versions of "System.Drawing.Common" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.

@flookami
Copy link

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

@andrejpanjan
Copy link

Is there a workaround?

@deleteLater
Copy link

Install the latest System.Drawing.Common as a temp solution works for me.

@codebude
Copy link
Owner

codebude commented Mar 26, 2020

Should be solved with this commit: d428ce5

(In combination with the changes to the .csproj-files here #189 which led to the result that the nuget package is build via dotnet pack without a nuspec file.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants