akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.69k stars 1.04k forks source link

Akka.Persistence.EventStore 1.3.0 nuget package is depending on deprecated EventStore.ClientAPI.NetCore #4670

Open catnip-se opened 3 years ago

catnip-se commented 3 years ago

The latest nuget package for Akka.Persistence.EventStore has dependecies to the EventStore.ClientAPI.NetCore which is deprecated. EventStore.Client >= v5.0.0 should be used. Please release updated packages using EventStore.Client version >=5.0.0 and 20.0.0.

Aaronontheweb commented 3 years ago

Guess we're going to need to move this out of the AkkaNetContrib organization and bring it into this org...