Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

21 wiersze
733 B

  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.12" />
  7. <PackageReference Include="BPA.Models" Version="1.0.7" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\HBLConsole.Business\HBLConsole.Business.csproj" />
  11. <ProjectReference Include="..\HBLConsole.Communication\HBLConsole.Communication.csproj" />
  12. <ProjectReference Include="..\HBLConsole.GVL\HBLConsole.GVL.csproj" />
  13. <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
  14. <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
  15. </ItemGroup>
  16. </Project>