Saeed Ganji
Saeed Ganji

Reputation: 307

dnu restore command fails on MAC OSX Yosemite 10.10.5

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

continuous of errors

Upvotes: 0

Views: 75

Answers (1)

richardsonmarkj
richardsonmarkj

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

Related Questions