You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would absolutely love to use this library but the only thing stopping me is that it is unable to target older projects, which unfortunately I still need to support. I can get by using MethodBoundryAspect but this library is a bit more elegant.
The text was updated successfully, but these errors were encountered:
I have standard libraries which I need to target netstandard2.0 in order to support both .NET 4.6.2 as well as newer .NET Core frameworks, so the library in which I would like to use this only targets netstandard2.0 and 2.1 and are built independently of the other projects
I would absolutely love to use this library but the only thing stopping me is that it is unable to target older projects, which unfortunately I still need to support. I can get by using MethodBoundryAspect but this library is a bit more elegant.
The text was updated successfully, but these errors were encountered: