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
When converting lib2 to nuget, referencing.csproj should also have a dependency on lib1.
If you run Install-Nuget in Visual Studio, it installs all required dependencies.
If you run tonuget from commandline, the lib1 dependency is missing.
The text was updated successfully, but these errors were encountered:
Given a structure like this:
When converting lib2 to nuget,
referencing.csproj
should also have a dependency onlib1
.If you run
Install-Nuget
in Visual Studio, it installs all required dependencies.If you run
tonuget
from commandline, thelib1
dependency is missing.The text was updated successfully, but these errors were encountered: