Files
TouchSocket/examples/Tcp/TcpConsoleApp/TcpConsoleApp.csproj
2024-12-08 20:33:42 +08:00

13 lines
268 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket" Version="3.0.7-build.16" />
</ItemGroup>
</Project>