Files
TouchSocket/examples/Dmtp/DmtpRedisConsoleApp/DmtpRedisConsoleApp.csproj
2024-11-13 20:20:49 +08:00

15 lines
345 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.Dmtp" Version="3.0.0-beta.17" />
</ItemGroup>
</Project>