Official direct port of the Event Store .NET client to .NET Core targetting .netstandard 2.0
Works with EventStore server 4.0.0 and above.
You can install the Eventstore .NET Core client by copying and pasting the following command into your Package Manager Console within Visual Studio (Tools > NuGet Package Manager > Package Manager Console).
Install-Package EventStore.ClientAPI.NetCore
Alternatively if you're using the .NET Core CLI then you can install the client via the command line interface with the following command:
dotnet add package EventStore.ClientAPI.NetCore
For more information see the EventStore.ClientAPI.NetCore NuGet page.