ivf_tl_Entity.csproj 682 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <Platforms>AnyCPU;x64</Platforms>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
  10. <PackageReference Include="System.IO.Ports" Version="7.0.0" />
  11. </ItemGroup>
  12. <!-- M8-P3b:操作日志组件(串口/相机边界埋点)。组件 net6.0 与本工程 net6.0-windows 兼容。 -->
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\Aivfo.OperationLog\Aivfo.OperationLog.csproj" />
  15. </ItemGroup>
  16. </Project>