1
I went to install a Nuget package and gave error Project default is not found
. Well, I went to ComboBox
Default Project to add the project I want to install the package and Combo does not list anything, It is empty. How do I get projects to appear there? I only have two projects, a SPA that is my startup and a Class Library called Domain. It is in the Domain that I want to install the package(FluentValidation
).
It’s not just selecting the project from the Package Manager console?
– George Wurthmann
@Georgewurthmann, how do I do it? The combo is empty.
– pnet
If you have the
solution
open just go onPackage Manager Console
that will appear all projects in the comboDefault project
. If you have Solution open and don’t show up you have some problem there.– George Wurthmann
But that’s exactly what I’m posting, nothing appears.
– pnet