VahidN / EPPlus.Core

EPPlus.Core is an unofficial port of the EPPlus library to .NET Core
GNU Lesser General Public License v3.0
370 stars 93 forks source link

Not working in .net Core 2.0 #13

Closed gbfromhb closed 7 years ago

gbfromhb commented 7 years ago

It looks like there are some conflicts with .net Core 2.0. I'm guessing that maybe recompiling this with the CoreCompat.System.Drawing.v2 replacing the CoreCompat.System.Drawing might do it, but I would not put any money on it. Right now it looks like this might be the only thing holding me up from moving a project to .net core 2.0. Just wanting to know if you have any plans of checking into this. Thanks for all the work you have done. Looking forward to hearing from you.

VahidN commented 7 years ago

Added initial netstandard2.0-preview1 support via https://github.com/VahidN/EPPlus.Core/commit/0b22e943205a42c13c0fa8a8581ee5b84953fd42, also its NuGet package has been updated too.

gbfromhb commented 7 years ago

That is awesome, thank you for the response.