0

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

Saeed Ganji
  • 197
  • 17

1 Answers1

0

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?

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
  • Actually I have the same problem in brand new projects too, my project.json file is the one created by yo with aspnet-generator. Also it works when I'm using CoreCLR but not when the default is mono!!! – Saeed Ganji Jan 21 '16 at 16:43