You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .net Standard 2.0 pacakage is loading EPPlus instead of EPPlus.Core. This is breaking my project because the objects don't match. Seems like an oversight. Can you upgrade the .Net 2.0 package to require the Core version?
Environment
The in-use version:
Operating system:
IDE: (e.g. Visual Studio 2015)
Example code/Steps to reproduce:
paste your core code
Output:
Exception message:
Full Stack trace:
The text was updated successfully, but these errors were encountered:
Well, EPPlus 4.5.0-beta Added .NET Core Support. So using it was a correct choice and there is no difference between EPPlus.Core and the original EPPlus. EPPlus.Core is a discontinued project, because it has been merged with the original project.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.
lockbot
locked as resolved and limited conversation to collaborators
Oct 24, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary of the issue
The .net Standard 2.0 pacakage is loading EPPlus instead of EPPlus.Core. This is breaking my project because the objects don't match. Seems like an oversight. Can you upgrade the .Net 2.0 package to require the Core version?
Environment
Example code/Steps to reproduce:
Output:
The text was updated successfully, but these errors were encountered: