Files
Web_BLSKafka_Server_Prod/回收/回收.csproj

19 lines
430 B
XML
Raw Normal View History

2025-11-21 08:48:01 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CliWrap" Version="3.9.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommonTools\CommonTools.csproj" />
</ItemGroup>
</Project>