Skip to content

Commit

Permalink
Upgrade OpenCVSharp dependency version in nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravazquez committed Apr 16, 2024
1 parent d129838 commit 869ee6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/main.VL.OpenCV.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<license type="expression">LGPL-3.0-only</license>
<dependencies>
<dependency id="DirectShowLib" version="1.0.0" />
<dependency id="OpenCvSharp4" version="4.5.5.20211231" />
<dependency id="OpenCvSharp4.runtime.win" version="4.5.5.20211231" />
<dependency id="OpenCvSharp4.Extensions" version="4.5.5.20211231" />
<dependency id="OpenCvSharp4" version="4.9.0.20240103" />
<dependency id="OpenCvSharp4.runtime.win" version="4.9.0.20240103" />
<dependency id="OpenCvSharp4.Extensions" version="4.9.0.20240103" />
<dependency id="SharpDX.MediaFoundation" version="4.2.0" />
</dependencies>
<readme>docs\README.md</readme>
Expand Down

0 comments on commit 869ee6d

Please sign in to comment.