“Dependency could not be resolved” deploying ASP.NET 5 website to Azure

廉价感情. 提交于 2019-12-05 07:08:17

I solved the problem by converting my subprojects to *.xproj...

I had exactly the same issue, when I tried to publish my dnx project. I run "dnu restore" in every subfolder into the wrap folder and the problem was solved.

In your solution folder is a wrap folder. In this folder are subfolders with project.json files. Open command prompt, go to every subfolder and execute "dnu restore"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!