We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985b0f commit 0d2153dCopy full SHA for 0d2153d
1 file changed
src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs
@@ -61,7 +61,7 @@ private static IntPtr OpenVINOImportResolver(string libraryName, Assembly assemb
61
{
62
if (libraryName == Dll)
63
64
- string[] allowedVersions = new[] { "2320", "2310" };
+ string[] allowedVersions = new[] { "2330", "2320", "2310" };
65
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
66
67
return LoadWithDeps(assembly, searchPath, new LibDeps("openvino_c.dll", new string[]
0 commit comments