yreynhout / AggregateSource

Lightweight infrastructure for doing eventsourcing using aggregates
BSD 3-Clause "New" or "Revised" License
257 stars 60 forks source link

Will .NET Core be supported? #28

Open thomaseyde opened 5 years ago

thomaseyde commented 5 years ago

NuGet packages for .NET Core would be nice :)

btodts commented 5 years ago

IMO it would be better to support .NET Standard.

huysentruitw commented 4 years ago

Just want to add that I'm maintaining a very similar library that supports .NET Standard 2.0 and .NET Standard 2.1, see https://github.com/huysentruitw/Aggregator

Aggregator goes a little bit further than this library while trying to not be too much opinionated, there still is a lot of freedom to get it integrated into your projects.