.net client API query

Hi,

I know there are two .net client api’s, one for the full framework and one for .net core. Given I’m using .net standard 2.0, which should I use?

Are the current API’s going to be merged?

Kind regards

Sean.

The .NET Standard version is, from what I’m aware of, slightly behind the original .NET Framework client, but is preferable to use since it works for both .NET Framework 4.7.1 and .NET Core services. Their APIs should be nearly identical.

In case you havent seen it (think oyu have) https://github.com/EventStore/EventStore/pull/1680 is on the way to converge them