2025-06-04 09:42:48 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2025-07-01 14:20:07 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Seyounth.Extensions.Plc" Version="1.0.1" />
|
|
|
|
|
</ItemGroup>
|
2025-06-04 09:42:48 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="HslCommunication">
|
|
|
|
|
<HintPath>DLLFile\HslCommunication.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|