franz/topiclister/topiclister.csproj
Adam R Grey e1ff1db122
All checks were successful
gitea/franz/pipeline/head This commit looks good
.net7, and topic lister will also create them
2023-03-08 16:25:23 -05:00

16 lines
361 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\franz\franz.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.0.2" />
</ItemGroup>
</Project>