dotnet / cli-migrate

MIT License
9 stars 15 forks source link

CLI dotnet migrate command implementation

This repository contains the code for the dotnet migrate command that was previously under dotnet/cli, and that migrates "project.json" based projects to "csproj" based projects. Please see the public documentation for more information.

This command was removed in .NET SDK 3.0 so only applies to 2.2 and earlier releases. This repo has been archived since 2.1 SDKs are seeing minimal changes and will go out of support in 6 months.

Build Status

Latest Daily Build
master

Using CLI dotnet migrate

You can simply git clone this project to get started. It is recommended that you don't preserve history of the project (it isn't generally meaningful) for your repo, but make a copy and git init your project from source.

Building

[to be completed].

Contributing

See CONTRIBUTING.md for information on contributing to this project.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

License

This project is licensed with the MIT license.

.NET Foundation

New Repo is a .NET Foundation project.

Related Projects

You should take a look at these related projects: