Files
TouchSocket/performancetest/Tcp/TcpFlowStressTestingConsoleApp/TcpFlowStressTestingConsoleApp.csproj
若汝棋茗 ec4df940f2 更新引用
2024-05-03 10:38:23 +08:00

15 lines
332 B
XML

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