Add dependency (macOS) on OpenCv

This commit is contained in:
2026-02-27 17:36:28 +09:00
parent c3a4c4ae96
commit af0a5d0501
2 changed files with 23 additions and 1 deletions
+3
View File
@@ -52,4 +52,7 @@
<PackageReference Include="DialogHost.Avalonia" Version="0.10.4" />
<PackageReference Include="Xaml.Behaviors.Interactions.DragAndDrop.DataGrid" Version="11.3.9.5" />
</ItemGroup>
<ItemGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' ">
<PackageReference Include="OpenCvSharp4.runtime.osx.10.15-universal" Version="4.7.0.20230224" />
</ItemGroup>
</Project>