UdpDemoApp.csproj 317 字节
Newer Older
若汝棋茗 已提交
1
<Project Sdk="Microsoft.NET.Sdk">
若汝棋茗 已提交
2 3 4

  <PropertyGroup>
    <OutputType>WinExe</OutputType>
若汝棋茗 已提交
5
    <TargetFramework>net6.0-windows</TargetFramework>
若汝棋茗 已提交
6 7 8 9
    <UseWindowsForms>true</UseWindowsForms>
  </PropertyGroup>

  <ItemGroup>
若汝棋茗 已提交
10
    <PackageReference Include="TouchSocket" Version="1.0.1-beta" />
若汝棋茗 已提交
11 12
  </ItemGroup>
</Project>