awr / KafkaClient

Native C# client for Kafka
Apache License 2.0
5 stars 2 forks source link

Support .Net standard #7

Closed awr closed 7 years ago

awr commented 8 years ago

This only works on .net 4.5.2 at this point.

The simple solution is to move to .net 4.6 and core 1.1. Note that this will require adopting a versions of AsyncEx.* projects.

awr commented 8 years ago

https://icanhasdot.net/result?github=awr~2FKafkaClient

image

image

awr commented 8 years ago

Here it is after the change:

image