The _________ file was a unique feature in the early versions of ASP.NET Core but was later replaced in .NET Core 2.0 and beyond.

  • appsettings.json
  • package.json
  • project.json
  • web.config
The project.json file was used in the early versions of ASP.NET Core (then known as ASP.NET 5), but it was replaced with the .csproj file format in .NET Core 2.0 and beyond. The project.json file defined project dependencies and configuration settings.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *