PivotalServicesOss / moq_datareader

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

Problem compiling in .NET Core 3.1 project #5

Closed linuschinsay closed 2 years ago

linuschinsay commented 2 years ago

I've a .NET Core 3.1 project and it has compiling problem when I build my project after referencing this package.

image

alfusinigoj commented 2 years ago

@linuschinsay currently it is published to support net5.0 and above. I shall add support for lower versions and let you know.

alfusinigoj commented 2 years ago

@linuschinsay Can you please check with the latest version 1.0.2? Hope it helps.

alfusinigoj commented 2 years ago

I am closing this, as the new version work well with netcoreapp3.1