projectjson
Projectjson is a former project configuration format used by early versions of the .NET Core tooling to describe a project's dependencies, target frameworks, and various build and runtime options. Introduced for the .NET Core SDK workflow, projectjson was designed to simplify dependency management and enable more rapid iteration with the dotnet command-line interface.
A project.json file, typically placed at the root of a project, is written in JSON and includes
Usage of projectjson was tied to the .NET Core CLI tooling, which used commands like dotnet restore,
Decline and replacement: In 2017, Microsoft announced that projectjson would be retired in favor of the SDK-style