Files
TouchSocket/examples/Dmtp/DmtpRedisConsoleApp/DmtpRedisConsoleApp.csproj
2025-06-24 21:54:28 +08:00

15 lines
338 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.Dmtp" Version="3.1.11" />
</ItemGroup>
</Project>