ModbusLibrary.csproj 419 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
  10. <PackageReference Include="System.IO.Ports" Version="9.0.1" />
  11. </ItemGroup>
  12. </Project>