c# - ASP.NET 5 project dependency cannot be resolved -


i have solution 2 projects , want add project reference pointing core project

enter image description here

i error message

the dependency yugasat.core>=4.0.0-* cannot resolved

here dependencies section in project.json file

enter image description here

am missing here?

you adding project reference incorrect.

project references resolved using peer folders current project or project paths specified using global.json file @ solution level

check documentation link how reference project dependencies.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -