R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does the .NET CLI command 'dotnet migrate' do?

  • (A) Converts .NET Framework project to .NET Core
  • (B) Migrates packages from one format to another
  • (C) Updates project file to SDK-style format
  • (D) It was used to migrate from project.json to .csproj in older .NET Core versions

Explanation by: Ram Sharma
`dotnet migrate` was used in early .NET Core versions to convert project.json-based projects to .csproj.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.