Daniel James Bryars
Daniel James Bryars

Reputation: 4621

What do the * mean in the output of DNU List?

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

Upvotes: 2

Views: 240

Answers (1)

Daniel James Bryars
Daniel James Bryars

Reputation: 4621

Found out:

* means direct dependency.

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

Upvotes: 1

Related Questions