Seyounth.Auto.Hs/share/Seyounth.Auto.Hs.Runtime/Seyounth.Auto.Hs.Runtime.csproj
syc_zhaoqianyan 66fc5b3b19 1.扫码枪实现
2.体重秤实现
3.打印机实现
2025-07-01 14:20:07 +08:00

34 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<!--<ItemGroup>
<Compile Remove="Handlers\**" />
<EmbeddedResource Remove="Handlers\**" />
<None Remove="Handlers\**" />
</ItemGroup>-->
<ItemGroup>
<PackageReference Include="MediatR" Version="12.5.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.5" />
<PackageReference Include="Seyounth.Extensions.Plc" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Seyounth.Auto.Plc\Seyounth.Auto.Plc.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="HslCommunication">
<HintPath>..\Seyounth.Auto.Plc\DLLFile\HslCommunication.dll</HintPath>
</Reference>
</ItemGroup>
</Project>