Hi,
I’m having an issue when adding the EventStore.Client.Embedded package to a .net standard 2.0 class library.
I’ve added the package through the projects manage NuGet dialog and the package appears in my dependencies in visual studio, but when I add the EventStore.ClientAPI.Embedded namespace I get a compile error informing me that the Embedded
namespace does not exist in the EventStore.ClientAPI namespace and that I am missing an assembly reference.
Strangely the EventStore.Client package works fine.
Does anyone have any idea what could be causing this?
I’m using .net standard 2.1, Visual studio 2017 v15.7.6 and EventStore v4.1.1.
Any help appreciated.
Kind regards
Sean.