I downloaded the EventStore.Client nuget and discovered that out of box, it won’t work without some changes. I see that what happened is that EventStore.Client was compiled against protobuf-net 2.0.0.594, but the nuget specifies 2.0.0.601 as the dependency. I am sure you could fix this with some assembly redirects, but it would be better if the package was either a.) compiled against 601 or b.) the nuget spec was updated to point to 594.
Thanks.