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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Consul" Version="1.6.10.4" />
- <PackageReference Include="Consul.Microsoft.Extensions.Configuration" Version="0.0.2" />
- <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
- <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\HBLConsole.Attribute\HBLConsole.Attributes.csproj" />
- <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
- <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Reference Include="BPA.Message">
- <HintPath>D:\BPACommon_output\net5.0\BPA.Message.dll</HintPath>
- </Reference>
- <Reference Include="BPA.Models">
- <HintPath>D:\BPACommon_output\net5.0\BPA.Models.dll</HintPath>
- </Reference>
- <Reference Include="BPA.Utility">
- <HintPath>D:\BPACommon_output\net5.0\BPA.Utility.dll</HintPath>
- </Reference>
- </ItemGroup>
-
- </Project>
|