Files
Web_BLVLOG_Server_Mvc_Prod/WebApplication2/WebApplication2.csproj
2025-11-20 16:20:37 +08:00

14 lines
308 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.11.0" />
</ItemGroup>
</Project>