R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which of the following supports multi-targeting in .NET projects?

  • (A) Multiple .csproj files
  • (B) TargetFrameworks element in .csproj
  • (C) Multiple solution files
  • (D) TargetConfig.json

Explanation by: Ram Sharma
Using `<TargetFrameworks>` in the `.csproj` allows a single project to target multiple frameworks.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.