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 has been archived by the owner on Dec 18, 2017. It is now read-only.
In current kpm wrap, if ProjectA.csproj references AssemblyB.dll and AssemblyC.dll is a dependency of AssemblyB.dll.
When kpm wrap ProjectA.csproj, although it also automatically wraps AssemblyB.dll, AssemblyC.dll is not automatically wrapped even it's in the same dir as AssemblyB.dll.
The text was updated successfully, but these errors were encountered:
In current
kpm wrap
, if ProjectA.csproj references AssemblyB.dll and AssemblyC.dll is a dependency of AssemblyB.dll.When
kpm wrap ProjectA.csproj
, although it also automatically wraps AssemblyB.dll, AssemblyC.dll is not automatically wrapped even it's in the same dir as AssemblyB.dll.The text was updated successfully, but these errors were encountered: