3

When I want to browse for assemblies I want to reference I got the following error (bottom left of the dialog) saying "Project does not have target frameworks specified"

What do I have to define it ?

Error

1 Answer 1

8

Short after posting i found the solution

I had to extend the project.json with the target framework like for dnx 4.5.1

 "frameworks": { "dotnet": { }, "dnx451": { } } 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.