franz/franz.tests/franz.tests.csproj
Adam R. Grey 0636157a02 [wip] alright I think I figured out the issue
that dummy that gets created to grab the topic off? I think somehow kafka.net is getting confused and that's why the name is getting clobbered.

NEW PLAN: every message type is a topic.
2021-06-29 08:15:10 -04:00

12 lines
249 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\franz\franz.csproj" />
</ItemGroup>
</Project>