0

I have a solution with 2 projects and I want to add a project reference pointing to my Core project

enter image description here

I get an error message

The dependency Yugasat.Core>=4.0.0-* cannot be resolved

Here is the dependencies section in my project.json file

enter image description here

Am I missing something here?

1
  • [4.0,5.0) Can you try this for dependency versioning ? Commented Feb 8, 2016 at 7:50

1 Answer 1

1

You are adding the project reference incorrect.

Project references are resolved using peer folders to the current project or project paths specified using a global.json file at the solution level

Check the documentation link about how to reference project dependencies.

Update

I've updated the link.

Sign up to request clarification or add additional context in comments.

1 Comment

Link is broken.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.