I wonder how is it possible to integrate the ConfluentKafka NuGet in a .net standard 2.1 proj?
In the description at nuget.org, it seems that it can run when projects' target framework is up to .net standard 2.0 / .net core 2.1. Practically I've seen it in use in examples online and also when I use Kafka event as a trigger to an Azure Function - which is possible only when the framework is .net core 3.1.
As I understand from this table, .net core 2.1 is still standard 2.0.