mirror of
https://github.com/cosyneco/MediaPipe.NET.git
synced 2025-08-23 16:11:59 +08:00
22 lines
636 B
XML
22 lines
636 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CommandLineParser" Version="2.9.0-preview1" />
|
|
<PackageReference Include="Mediapipe.Net.Runtime.CPU" Version="0.8.9" />
|
|
<PackageReference Include="SeeShark" Version="2.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Mediapipe.Net\Mediapipe.Net.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|