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
{{ message }}
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
Fix an issue that packaging with latest nuget.exe results in error NU5050: Attempted to pack multiple files into the same location(s). The issue is with nuget.exe version 5.10 and above.
Change nuspec to copy the contents of Binaries folder to lib folder when packing nuget, without excluding ARM, ARM64, x86 and x64 folders and then copying them one by one.
With this change packing with latest nuget.exe does not result in error.
0 commit comments