AutofacEvents
AutofacEvents copied to clipboard
Support all platforms that Autofac supports
Autofac.Events should be available on the same targets as Autofac. Currently that is netstandard1.1
, netstandard2.0
and net4.5
. I'm currently only building for netstandard2.0
.
netstandard1.1
will require minor reflection changes using GetTypeInfo()
.
net45
will require moving the github build over to a windows host.