Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何将 ConfluentKafka NuGet 集成到 .net 标准 2.1 项目中?
在 nuget.org 的描述中,它似乎可以在项目的目标框架达到 .net standard 2.0 / .net core 2.1 时运行。实际上,我已经在在线示例中以及当我使用 Kafka 事件作为 Azure 函数的触发器时看到它的使用——这只有在框架是 .net core 3.1 时才有可能。
正如我从这张表中了解到的,.net core 2.1 仍然是标准的 2.0。