I have a project I'm deploying in Linux using dotnet core and I need to read a .mdb file. I want to use ODBC for it but even as I see that System.Data.Odbc has already been ported here and that the documentation for the library is out here I can't find the nuget for it.
How can I download this library? Do I have to download the corefx project and build it by myself from here? When is this library going to be released? Is there another way to read my mdb file?