dnu publish - System.ArgumentNullException: Value cannot be null
问题 When running the following dnu publish , I get an ArgumentNullException exception thrown. dnu publish "C:\Project\MyProject" --out "C:\a" --configuration Debug --runtime dnx-clr-win-x86.1.0.0-beta6 Exception thrown: Restoring packages for C:\a\approot\src\RelatedProject\project.json ---------- System.ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2.FindEntry(TKey key) at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key,