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.
 
 

34 lines
1.3 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Consul" Version="1.6.10.4" />
  7. <PackageReference Include="Consul.Microsoft.Extensions.Configuration" Version="0.0.2" />
  8. <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
  9. <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
  10. <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\HBLConsole.Attribute\HBLConsole.Attributes.csproj" />
  14. <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
  15. <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Reference Include="BPA.Message">
  19. <HintPath>D:\BPACommon_output\net5.0\BPA.Message.dll</HintPath>
  20. </Reference>
  21. <Reference Include="BPA.Models">
  22. <HintPath>D:\BPACommon_output\net5.0\BPA.Models.dll</HintPath>
  23. </Reference>
  24. <Reference Include="BPA.Utility">
  25. <HintPath>D:\BPACommon_output\net5.0\BPA.Utility.dll</HintPath>
  26. </Reference>
  27. </ItemGroup>
  28. </Project>