Skip to content

Commit 0d2153d

Browse files
committed
add support for linux 2330 version, fix #19
1 parent c985b0f commit 0d2153d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private static IntPtr OpenVINOImportResolver(string libraryName, Assembly assemb
6161
{
6262
if (libraryName == Dll)
6363
{
64-
string[] allowedVersions = new[] { "2320", "2310" };
64+
string[] allowedVersions = new[] { "2330", "2320", "2310" };
6565
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
6666
{
6767
return LoadWithDeps(assembly, searchPath, new LibDeps("openvino_c.dll", new string[]

0 commit comments

Comments
 (0)