5

I am using prerelase version of .net core (build 1.0.0-preview3-004031). There is no project.json files and they replaced with csproj.

I can't find any sample describing how to add dependency to csproj for .net core.

1 Answer 1

4

You can find a few information about the .net core csproj in the .NET Blog.

There you'll find a csproj sample and also how to migrate from project.json to csproj. There's also a link to project.json to csproj mapping by scenario.

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

1 Comment

Thanks for links, they helped me a lot.

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.