Files
Web_BLSKafka_Server_Prod/ConsoleApp2/ConsoleApp2.csproj
TianMaiCheng b746a1da1a 增加 对选住推送日志的监控
本质上就是自己用mongodb记录一下日志。
2026-01-05 16:08:54 +08:00

20 lines
505 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="MessagePack" Version="3.1.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommonEntity\CommonEntity.csproj" />
<ProjectReference Include="..\CommonTools\CommonTools.csproj" />
</ItemGroup>
</Project>