2024-10-18 18:41:02 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-08-11 10:39:55 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<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
|
|
|
|
|
|
|
|
|
|