How to open project.json in .NET Core 2

Viewed 3016

I have VS 2017 with .NET Core 2 project. How can I open project.json? It is not listed in Solution Explorer. I can find appsettings.json, but not project.json. Should I open it by right clicking project and choosing some settings?

2 Answers
Related