- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Message" Version="1.0.12" />
- <PackageReference Include="BPA.Models" Version="1.0.7" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\HBLConsole.Business\HBLConsole.Business.csproj" />
- <ProjectReference Include="..\HBLConsole.Communication\HBLConsole.Communication.csproj" />
- <ProjectReference Include="..\HBLConsole.GVL\HBLConsole.GVL.csproj" />
- <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
- <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
- </ItemGroup>
-
- </Project>
|