Mask.ML/Mask.ML.WebApi/Mask.ML.WebApi.csproj

16 lines
348 B
XML
Raw Permalink Normal View History

2024-08-05 17:12:21 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2022-06-13 17:41:33 +08:00
<PropertyGroup>
2024-08-05 17:12:21 +08:00
<TargetFramework>net6.0</TargetFramework>
2022-06-13 17:41:33 +08:00
</PropertyGroup>
<ItemGroup>
2024-08-05 17:12:21 +08:00
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
2022-06-13 17:41:33 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mask.MLML.Model\Mask.MLML.Model.csproj" />
</ItemGroup>
</Project>