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
But Paket doesn't seem to support adding only the content files in a target framework dependant way. For example, when I install System.Data.SQLite.Core I get all content for all different frameworks added, which doesn't work:
I would expect to just have the x86 and x64 for the current target framework. Perhaps this can be done using the conditional method like target framework specific DLL references?
The text was updated successfully, but these errors were encountered:
Hi,
Is there any update on this issue? I am using Paket and i need support for adding dependencies based upon CPU Architecture. I have project which uses HTTP dependencies and those need to be pulled based upon x64,x86, Any CPU. is there any way that can be done?
Thanks
There is support for Framework restrictions mentioned in the http://fsprojects.github.io/Paket/references-files.html.
Can that be extended to CPU Architecture? As it seems natural to restrict certain references there as it is already there to make these kind of stuff happen
NuGet allows packages to specify different content files for different frameworks: Grouping content files and PowerShell scripts by target framework
But Paket doesn't seem to support adding only the content files in a target framework dependant way. For example, when I install System.Data.SQLite.Core I get all content for all different frameworks added, which doesn't work:
I would expect to just have the x86 and x64 for the current target framework. Perhaps this can be done using the conditional method like target framework specific DLL references?
The text was updated successfully, but these errors were encountered: