nuget restore mysolution.sln is not restoring PackageReferences, only restoring packages listed in Packages.config #13803
Unanswered
kalyani1217
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My solution contains two projects: one uses packages.config, and the other uses ProjectReference.
When running 'nuget restore mysolution.sln', only the packages from packages.config are restored, while the PackageReferences are not restored.
Any assistance would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions