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.
 
 

24 lines
967 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="BPA.Message" Version="1.0.12" />
  7. <PackageReference Include="BPA.Models" Version="1.0.7" />
  8. <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
  12. <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
  13. <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
  14. <ProjectReference Include="..\HBLDevice.Coffee\HBLDevice.Coffee.csproj" />
  15. <ProjectReference Include="..\HBLDevice.ICChip\HBLDevice.ICChip.csproj" />
  16. <ProjectReference Include="..\HBLDevice.IceCream\HBLDevice.IceCream.csproj" />
  17. <ProjectReference Include="..\Lebai.SDK\Lebai.SDK.csproj" />
  18. </ItemGroup>
  19. </Project>