Mask.ML/Mask.ML.WebApi/Mask.ML.WebApi.csproj
2022-06-13 17:41:33 +08:00

16 lines
345 B
XML

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