Files
TouchSocket/examples/Tcp/TcpWaitingClientWinFormsApp/TcpWaitingClientWinFormsApp.csproj
若汝棋茗 dea73dd740 更想引用
2023-12-17 22:46:57 +08:00

15 lines
395 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket" Version="2.0.0-beta.242" />
</ItemGroup>
</Project>