ekonbenefits / impromptu-interface

Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
Apache License 2.0
655 stars 67 forks source link

Bump to NET46 #50

Closed david-garcia-garcia closed 8 months ago

david-garcia-garcia commented 1 year ago

Build process seemed broken while working on https://github.com/ekonbenefits/impromptu-interface/pull/49.

I bumped build .Net framework requirements to 4.6 to make this work. I don't have deep knowledge on how .Net/Core/Standard dependencies compatiblity work, so not sure what the side effects of this change would be, except that the minimum .NET version required for this package will now be 4.6.

4.5 has already reached EOL, and 4.6.2 will probably be EOL some time around 2025/2026

jbtule commented 8 months ago

CI is getting changed in a different way.