Files
TouchSocket/examples/Serial/SerialPortClientConsoleApp/SerialPortClientConsoleApp.csproj
2025-08-03 19:43:37 +08:00

15 lines
345 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.SerialPorts" Version="3.1.15" />
</ItemGroup>
</Project>