Ips.Cfq.SetFreqBySerialPort.Cli.csproj 539 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net7.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>disable</Nullable>
  7. <AssemblyName>bpq</AssemblyName>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  10. <DebugType>none</DebugType>
  11. <DebugSymbols>false</DebugSymbols>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <PackageReference Include="System.IO.Ports" Version="8.0.0" />
  15. </ItemGroup>
  16. </Project>