PivotalServicesOss / moq_datareader

Library helps in mocking IDataReader using Moq for unit testing
MIT License
1 stars 2 forks source link

Support net standard 2.0 #10

Closed mgrandi closed 7 months ago

mgrandi commented 7 months ago

https://www.nuget.org/packages/Moq supports net standard 2.0, but this package seems to only support net standard 2.1 as the lower bound

i don't see any API usage that would cause an issue with lowering the minimum version

alfusinigoj commented 7 months ago

@mgrandi you are right, I shall add the change and get in a newer version. thank you for letting me know.

alfusinigoj commented 7 months ago

Released v2.0.2 , resolved this issue. Closing this issue. Thanks for the feedback @mgrandi

mgrandi commented 7 months ago

Wow! Thanks for tackling this so quickly!