diff --git a/src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs b/src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs index 4783e21..45477fe 100644 --- a/src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs +++ b/src/Sdcb.OpenVINO/Natives/OpenVINOLibraryLoader.cs @@ -61,7 +61,7 @@ private static IntPtr OpenVINOImportResolver(string libraryName, Assembly assemb { if (libraryName == Dll) { - string[] allowedVersions = new[] { "2320", "2310" }; + string[] allowedVersions = new[] { "2330", "2320", "2310" }; if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { return LoadWithDeps(assembly, searchPath, new LibDeps("openvino_c.dll", new string[]