|
12345678910111213141516171819202122 |
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Message" Version="1.0.26" />
- <PackageReference Include="BPA.Models" Version="1.0.10" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\HBLConsole.Abstract\HBLConsole.Abstract.csproj" />
- <ProjectReference Include="..\HBLConsole.Communication\HBLConsole.Communication.csproj" />
- <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
- <ProjectReference Include="..\HBLConsole.GVL\HBLConsole.GVL.csproj" />
- <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
- <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
- <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
- </ItemGroup>
-
- </Project>
|