autofac / Autofac.Extras.AggregateService

Dynamic aggregate service implementation generation for Autofac IoC
MIT License
4 stars 7 forks source link

Add support for netstandard 1.3 when Castle.Core 4.0.0 is released #3

Closed tillig closed 7 years ago

tillig commented 8 years ago

It appears Castle.Core is working on supporting netstandard 1.3 which would open up the platform support for the aggregate service library. When that's available, we should update to Castle.Core 4.0.0 and support netstandard.

zahik commented 8 years ago

Any Progress? Thanks

tillig commented 8 years ago

We can't make progress until Castle.Core is released for netstandard 1.3. Feel free to watch their published package on NuGet and let us know when the 4.0 stable release is out. Once that's out, we can begin work.

tillig commented 7 years ago

Looks like 4.0.0 is released so we can start making some headway on this.

tillig commented 7 years ago

Released 4.1.0 with support for netstandard 1.3 and .NET 4.5.

tzahik1 commented 7 years ago

Great! Thanks @tillig

alexmg commented 7 years ago

Nice one @tillig 👍