Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet package as AnyCPU #110

Closed
LP381 opened this issue Nov 10, 2016 · 2 comments
Closed

NuGet package as AnyCPU #110

LP381 opened this issue Nov 10, 2016 · 2 comments
Assignees
Milestone

Comments

@LP381
Copy link

LP381 commented Nov 10, 2016

Using LinqToExcel in a project compiling with "AnyCPU" is problematic, as you have to decide between the NuGet packages LinqToExcel (x86) or LinkToExcel_x64 (breaking it for one of the two).

It is possible to compile LinqToExcel with AnyCPU though. I remember to have read in some forum, that you ran with this into some problems at the time. Now it seems to work without any issues.
Using the created .dll works as expected.

Would it be possible to update the NuGet package to target AnyCPU? Bonus would be, that the _x64 package can be dropped and one package would be enough.

@tugberkugurlu
Copy link

👍 to this, it's causing problems.

@mrworkman mrworkman added this to the Version 2.0 milestone Oct 20, 2017
@mrworkman mrworkman self-assigned this Oct 20, 2017
@mrworkman
Copy link
Collaborator

Done in 2.0.0-PRERELEASE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants