后厨api
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
695 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <NoWarn>1701;1702;1591</NoWarn>
  5. <DocumentationFile>BPA.SAAS.KitChenManage.Web.Core.xml</DocumentationFile>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <None Remove="BPA.SAAS.KitChenManage.Web.Core.xml" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <PackageReference Include="BPA.MQTTClient" Version="1.0.11" />
  12. <PackageReference Include="Longbow.Tasks" Version="8.0.0" />
  13. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\BPA.SAAS.KitChenManage.Application\BPA.SAAS.KitChenManage.Application.csproj" />
  17. </ItemGroup>
  18. </Project>