0

That's strange. I can't build my project (one library). I don't see any errors from IntelliSense. But when I try to build via F5 it shows be loads of errors. I can't understand why, since I have all references installed.

enter image description here

0

1 Answer 1

2

If you look in the 'Project' column of the error list you'll see that it is only DNX Core 5 that is failing to build. Not all libraries support DNX Core yet. Try removing it from your project.json file.

"frameworks": {
    "dnx451": { },
    "dnxcore50": { } <-- remove this line
},
Sign up to request clarification or add additional context in comments.

2 Comments

In my project.json file I have no external libs, only MS related - screencast.com/t/lQI4dprBu
@Vnuuk it's not a reference but one fo the platform targets. I've updated my answer to reflect that.

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.