tonerdo / pose

Replace any .NET method (including static and non-virtual) with a delegate
MIT License
1.07k stars 75 forks source link

- Downshifted to netstandard2.0 to support usage in net48 #74

Open UweHey opened 1 year ago

UweHey commented 1 year ago

As we are planning to use this as replacement for Microsoft Fakes, we need .net 4.8 support. As .net 4.8 does not support netstandard2.1, downshift to 2.0 is required.