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?
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?
project.json doesn't have support from .net core 2.0 .
you can get the mapping of the project.json to csproj from link
https://docs.microsoft.com/en-us/dotnet/core/tools/project-json-to-csproj