Reputation: 307
When I am running the command dnu restore with --no-cache and without --no-cache , I've got the following errors, Note that mono version is 4.2.1.
visual studio code version is 0.10.06
dnvm list :
Active Version Runtime Architecture OperatingSystem Alias
------ ------- ------- ------------ --------------- -----
1.0.0-rc1-update1 coreclr x64 darwin
* 1.0.0-rc1-update1 mono linux/osx default
mono version info dnu command and errors
Upvotes: 0
Views: 75
Reputation: 121
My guess is that it or the .lock file is referencing an older version of the DNX.
Can you post your project.json file? Does this happen if you create a brand new project?
Upvotes: 0