R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the `.deps.json` file used for in .NET Core?

  • (A) To store deployment instructions
  • (B) To track project build dependencies
  • (C) To manage NuGet settings
  • (D) To hold output logs

Explanation by: Ram Sharma
It lists all dependencies (transitive too) required to run the .NET Core app.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.