简体   繁体   中英

Reference error

I am getting reference error after i created new project in Asp.net core:

dnx4.5.1

dnx 5.0 我的dnvm列表

How can i fix that?

What happens here is that you have dependencies in your project that need to be download. The command dnu restore will download the dependencies and add them to your app package directory. You have to run the command from the folder that contains the app (the one that contains the project.json ).

To know more about it follow this posts:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM