opencvsharp icon indicating copy to clipboard operation
opencvsharp copied to clipboard

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

Open MyrddinoptRoodt opened this issue 1 year ago • 2 comments

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

MyrddinoptRoodt avatar Jul 26 '24 11:07 MyrddinoptRoodt

duplicate https://github.com/keplergl/kepler.gl/issues/2524

agussudiana avatar Aug 06 '24 14:08 agussudiana

@agussudiana Thanks for that duplicate back link. Scrubbing the slider in world_flights with Kepler.gl 2.5.5 works.

echo292 avatar Aug 08 '24 00:08 echo292

I can reproduce it locally. I will investigate tomorrow.

mars-dlx avatar Sep 05 '24 15:09 mars-dlx

The issue is fixed. Thanks @mars-dlx

igorDykhta avatar Dec 04 '24 21:12 igorDykhta