SOMS/test/ConsoleTestDotnettyClient/ConsoleTestDotnettyClient.csproj

18 lines
409 B
XML
Raw Normal View History

2024-10-18 18:41:02 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2025-09-11 15:12:10 +08:00
<TargetFramework>net8.0</TargetFramework>
2025-08-11 10:39:55 +08:00
<LangVersion>8.0</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
2024-10-18 18:41:02 +08:00
<Nullable>enable</Nullable>
</PropertyGroup>
2025-08-11 10:39:55 +08:00
<ItemGroup>
<ProjectReference Include="..\..\src\YunDa.Util\DotNettyHelper\Yunda.DotNettyHelper.csproj" />
</ItemGroup>
2024-10-18 18:41:02 +08:00
</Project>
2025-08-11 10:39:55 +08:00