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.

HBLConsole.Business.csproj 904 B

2 years ago
2 years ago
2 years ago
12345678910111213141516171819202122
  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.26" />
  7. <PackageReference Include="BPA.Models" Version="1.0.10" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\HBLConsole.Abstract\HBLConsole.Abstract.csproj" />
  11. <ProjectReference Include="..\HBLConsole.Communication\HBLConsole.Communication.csproj" />
  12. <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
  13. <ProjectReference Include="..\HBLConsole.GVL\HBLConsole.GVL.csproj" />
  14. <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
  15. <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
  16. <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
  17. </ItemGroup>
  18. </Project>