Skip to content
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

Nuspec dependencies do not match the .csproj for OpenCvSharp.Extensions #1688

Open
MyrddinoptRoodt opened this issue Jul 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MyrddinoptRoodt
Copy link

MyrddinoptRoodt commented Jul 26, 2024

Summary of your issue

OpenCvSharp.Extensions' dependency on System.Drawing.Common uses version 8.0.6, while the nuspec file declares this dependency as version 7.0.0.

CS1705	Assembly 'OpenCvSharp.Extensions' with identity 'OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099' uses 'System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has a higher version than referenced assembly 'System.Drawing.Common' with identity 'System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

This prevents code to be build using .NET 7

@FredericLopez
Copy link

It also prevents code to build using .NET 6. The last working version is 4.9.0.20240103 for me.

@shimat shimat added the bug Something isn't working label Aug 2, 2024
@Maintenance-Partnership-Systems

It also prevents code building using .NET 8; I get the same error regarding the System.Drawing.Common version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants