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>net6.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Message" Version="1.0.12" />
- <PackageReference Include="BPA.Models" Version="1.0.7" />
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
- <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
- <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
- <ProjectReference Include="..\HBLDevice.Coffee\HBLDevice.Coffee.csproj" />
- <ProjectReference Include="..\HBLDevice.ICChip\HBLDevice.ICChip.csproj" />
- <ProjectReference Include="..\HBLDevice.IceCream\HBLDevice.IceCream.csproj" />
- <ProjectReference Include="..\Lebai.SDK\Lebai.SDK.csproj" />
- </ItemGroup>
-
- </Project>
|