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

13 lines
260 B
XML

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