What do all the NuGet reference nodes mean that are a leaf node? Does that even make any sense or is something wrong with my installation? See picture of my desktop below:
Windows 7 Ultimate to the death or until Microsoft comes out of their coma.
The reference seems ok. It is by design. The All assemblies are managed by the dependencies node in the project.json file. After the file is saved, Visual studio will automatically download the corresponding components from the nuget.
Member
68 Points
592 Posts
What does a NuGet reference signify that has no child nodes? Is this a normal thing?
Oct 01, 2016 03:37 AM|TheNutCracker|LINK
What do all the NuGet reference nodes mean that are a leaf node? Does that even make any sense or is something wrong with my installation? See picture of my desktop below:
All-Star
17652 Points
3510 Posts
Re: What does a NuGet reference signify that has no child nodes? Is this a normal thing?
Oct 02, 2016 01:59 PM|Chris Zhao|LINK
Hi TheNutCracker,
The reference seems ok. It is by design. The All assemblies are managed by the dependencies node in the project.json file. After the file is saved, Visual studio will automatically download the corresponding components from the nuget.
Best Regards,
Chris