In the earlier versions of ASP.NET Core that used project.json, which section would you look into to find out the target framework(s) for the application?

  • dependencies
  • frameworks
  • scripts
  • buildOptions
In project.json files used in earlier versions of ASP.NET Core, the "frameworks" section was used to define the target framework(s) for the application. This section specified the runtime and API surface that the application would use.
Add your answer
Loading...

Leave a comment

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