Files
Web_BLVLOG_Server_Mvc_Prod/WebApplication2/WebApplication2.csproj

14 lines
308 B
XML
Raw Normal View History

2025-11-20 16:20:04 +08:00
<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>