AutofacEvents icon indicating copy to clipboard operation
AutofacEvents copied to clipboard

Support all platforms that Autofac supports

Open jonstelly opened this issue 5 years ago • 0 comments

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.

jonstelly avatar Jan 06 '20 19:01 jonstelly