Mask.ML/Mask.ML.WebApi/Mask.ML.WebApi.csproj
2024-08-05 17:12:21 +08:00

16 lines
348 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mask.MLML.Model\Mask.MLML.Model.csproj" />
</ItemGroup>
</Project>