Net4x.Project2015To2017.Migrate2019.Tool 4.2.0.26262

dotnet add package Net4x.Project2015To2017.Migrate2019.Tool --version 4.2.0.26262
                    
NuGet\Install-Package Net4x.Project2015To2017.Migrate2019.Tool -Version 4.2.0.26262
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Net4x.Project2015To2017.Migrate2019.Tool" Version="4.2.0.26262" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Net4x.Project2015To2017.Migrate2019.Tool" Version="4.2.0.26262" />
                    
Directory.Packages.props
<PackageReference Include="Net4x.Project2015To2017.Migrate2019.Tool" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Net4x.Project2015To2017.Migrate2019.Tool --version 4.2.0.26262
                    
#r "nuget: Net4x.Project2015To2017.Migrate2019.Tool, 4.2.0.26262"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Net4x.Project2015To2017.Migrate2019.Tool@4.2.0.26262
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Net4x.Project2015To2017.Migrate2019.Tool&version=4.2.0.26262
                    
Install as a Cake Addin
#tool nuget:?package=Net4x.Project2015To2017.Migrate2019.Tool&version=4.2.0.26262
                    
Install as a Cake Tool

Net4x.Project2015To2017.Migrate2019.Tool

.NET global tool that converts legacy (VS2015-era) MSBuild project files to the modern SDK-style format used by Visual Studio 2019 and later. Part of CsprojToVs2017.

Installation

dotnet tool install --global Net4x.Project2015To2017.Migrate2019.Tool

Requires the .NET 8 runtime. The tool is invoked as dotnet migrate-2019.

To migrate to VS2017 conventions instead, install Net4x.Project2015To2017.Migrate2017.Tool, which provides dotnet migrate-2017 with a few small behavioural differences for older Visual Studio versions.

Quick start

dotnet migrate-2019 wizard "D:\Path\To\My\TestProject.csproj"
dotnet migrate-2019 wizard "D:\Path\To\My\TestProject.sln"
dotnet migrate-2019 wizard .\MyProjectDirectory
dotnet migrate-2019 wizard **\*

The wizard is interactive and walks you through the conversion, offering to create backups before every critical stage.

Paths are optional. With no arguments the tool searches the current directory; if there is exactly one convertible project or solution it uses it, otherwise it tells you why it cannot decide safely.

What it fixes

VS2017 and later handle several things differently. The tool:

  1. Replaces per-file Compile entries with wildcard includes
  2. Rewrites project references in the succinct modern form
  3. Converts packages.config to PackageReference
  4. Folds AssemblyInfo.cs attributes into the project file
  5. Moves the NuGet package definition into the project file
  6. Selects the right project SDK — Microsoft.NET.Sdk.WindowsDesktop for WPF/WinForms, MSBuild.Sdk.Extras for Xamarin and UAP

Commands

Command Description
wizard Interactive conversion wizard (recommended — it runs the others in the right order)
migrate Non-interactive migration, for scripts and advanced users
evaluate Report what migration would do, without changing anything
analyze Run diagnostics against the project files, no conversion

Options

Option Applies to Description
-t\|--target-frameworks <frameworks> migrate, evaluate Override the target frameworks in the output project file
-ft\|--force-transformations <names> migrate Force specific transformations to run regardless of project conversion state
-f\|--force migrate, evaluate, wizard Convert project types otherwise considered unsupported (e.g. Entity Framework, ASP.NET)
-a\|--keep-assembly-info migrate, evaluate, wizard Keep AssemblyInfo.cs instead of folding attributes into the project file
-o\|--old-output-path migrate Do not append the target framework to the output path
-n\|--no-backup migrate Skip creating the Backup directory (useful when the solution is under source control)
-v\|--verbosity <LEVEL> all q[uiet], m[inimal], n[ormal], d[etailed], diag[nostic]
-h\|--help all Show help for the command

Not every option applies to every command — check dotnet migrate-2019 <command> --help.

Repeat an option to pass multiple values:

dotnet migrate-2019 migrate -t net40 -t net45

Migrating from your own code

For programmatic control, use Net4x.Project2015To2017.Migrate2019.Library and Net4x.Project2015To2017.Base directly rather than shelling out to this tool.

  • Net4x.Project2015To2017.Migrate2017.Tool — dotnet migrate-2017, the VS2017 equivalent
  • Net4x.Project2015To2017.Migrate2019.Library — the VS2019 transformation and diagnostic sets
  • Net4x.Project2015To2017.Base — MigrationFacility, the high-level orchestration entry point
  • Net4x.Project2015To2017.Core — project model, readers, writer, transformation and analysis engine
  • Net4x.Project2015To2017.Mcp.Server — the same operations exposed to AI agents over MCP

License

MIT. Copyright Hans van Bakel. See LICENSE.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Net4x.Project2015To2017.Migrate2019.Tool:

Package Downloads
Net4x.NugetLibrary

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.2.0.26262 162 9/19/2026