Files
TouchSocket/examples/Dmtp/DmtpChannelConsoleApp/DmtpChannelConsoleApp.csproj
2024-11-13 21:58:39 +08:00

14 lines
332 B
XML

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