Microsoft Migration Assistant To

Contact Microsoft Support. Find solutions to common problems, or get help from a support agent. The Windows 10 Update Assistant downloads and installs feature updates on your device. Feature updates like Windows 10, version 1909 (a.k.a. The Windows 10 November 2019 Update) offer new functionality and help keep your systems secure.

  1. Microsoft Migration Assistant Tools
  2. Migration Assistant - Microsoft Community
  3. More Videos For Microsoft Migration Assistant To »
-->

You might have apps that currently run on the .NET Framework that you're interested in porting to .NET 5. The .NET Upgrade Assistant tool can assist with this process. This article provides:

  • An overview of the .NET Upgrade Assistant.
  • How to install the .NET Upgrade Assistant.

What is the .NET Upgrade Assistant

The .NET Upgrade Assistant is a command-line tool that can be run on different kinds of .NET Framework apps. It's designed to assist with upgrading .NET Framework apps to .NET 5. After running the tool, in most cases the app will require additional effort to complete the migration. The tool includes the installation of analyzers that can assist with completing the migration.

Currently the tool supports the following .NET Framework app types:

  • .NET Framework Windows Forms apps
  • .NET Framework WPF apps
  • .NET Framework ASP.NET MVC apps
  • .NET Framework console apps
  • .NET Framework class libraries

The .NET Upgrade Assistant is currently prerelease and is receiving frequent updates. If you discover problems using the tool, report them in the tool's GitHub repository.

How to install the .NET Upgrade Assistant

The Get Started tutorial walks through how to install and use the .NET Upgrade Assistant.

Prerequisites

Microsoft Migration Assistant Tools

  • This tool uses MSBuild to work with project files. Make sure that a recent version of MSBuild is installed. An easy way to satisfy this requirement is to install Visual Studio 2019.
Windows

Installation steps

The tool can be installed as a .NET CLI tool by running:

Similarly, because the .NET Upgrade Assistant is installed as a .NET CLI tool, it can be easily updated by running:

Migration Assistant - Microsoft Community

For detailed installation instructions, refer to the project's README.

More Videos For Microsoft Migration Assistant To »

See also

Comments are closed.