Hi,
I am pleased to see that you can target dotnet framework, but I have a difficulty using your nuget packages.
Your nuget packages target the "netcoreapp1.0" framework, but it is for applications (aspnet core or console app).
But I would like to use XlsIO inside a library, so I would like ot know if you can retarget your packages to "netstandard1.6" (or anotger netstandard version) to allow your packages to be used both in library (netstandard*) and applications (netcoreapp) ?
Also, can you provide the xml file for code documentation please ?
Thanks.