Files
TouchSocket/examples/Tcp/TcpServiceReadAsyncConsoleApp/TcpServiceReadAsyncConsoleApp.csproj
2025-06-15 21:04:24 +08:00

14 lines
330 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" Version="3.1.8" />
</ItemGroup>
</Project>