YD_SmartSports.Api/VOL.Business/VOL.Business.csproj
2025-06-06 16:00:39 +08:00

29 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AlibabaCloud.SDK.Facebody20191230" Version="4.1.2" />
<PackageReference Include="DlibDotNet" Version="19.21.0.20220724" />
<PackageReference Include="Microsoft.ML" Version="4.0.0-preview.24162.2" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="4.0.0-preview.24162.2" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.17.1" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="4.0.0-preview.24162.2" />
<PackageReference Include="OpenCvSharp4.Windows" Version="4.9.0.20240103" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VOL.Core\VOL.Core.csproj" />
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
<ProjectReference Include="..\VOL.Model\VOL.Model.csproj" />
<ProjectReference Include="..\VOL.System\VOL.System.csproj" />
</ItemGroup>
</Project>