yellowfeather / DbfDataReader

DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files
MIT License
134 stars 61 forks source link

Target library to .net framework 4.6 #242

Open lpena-dvelop opened 5 months ago

lpena-dvelop commented 5 months ago

I was traying to use your library in a .net framework 4.6 proyect but the nuget pacakge targets .net core, it's posible to complie the library for this target or only works in .net core env? Thanks in advance.