mharb f35e60d9b1 Testing polling for the Watlow F4SD; register #100
Signed-off-by: mharb <mharb@noreply.localhost>
2025-06-21 20:05:15 -04:00

15 lines
354 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NModbus4.NetCore" Version="3.0.0" />
</ItemGroup>
</Project>