Exemple_Kafka/dotnet/gregorsamsa_consumer/gregorsamsa.csproj

15 lines
348 B
XML
Raw Permalink Normal View History

2023-11-03 15:48:17 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
</ItemGroup>
</Project>