BOB/DeviceCommand/DeviceCommand.csproj
2025-11-13 17:03:20 +08:00

15 lines
367 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NModbus" Version="3.0.81" />
<PackageReference Include="System.IO.Ports" Version="10.0.0" />
</ItemGroup>
</Project>