franz/topiclister/topiclister.csproj

16 lines
361 B
XML
Raw Normal View History

2022-11-30 18:29:44 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\franz\franz.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
2022-11-30 18:29:44 -05:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.0.2" />
</ItemGroup>
2022-11-30 18:29:44 -05:00
</Project>