2

When I run DNU List I see the following output:

enter image description here

What do the asterisks (highlighted in pink) mean?

The version of DNU I'm using is:

Microsoft .NET Development Utility  
Version:      1.0.0-rc1-16231  
Type:         Clr  
Architecture: x86  
OS Name:      Windows  
OS Version:   10.0  
Runtime Id:   win10-x86
Daniel James Bryars
  • 4,429
  • 3
  • 39
  • 57

1 Answers1

1

Found out:

* means direct dependency.

Which I think means that the dependency is listed in the project.json directly.

Daniel James Bryars
  • 4,429
  • 3
  • 39
  • 57