This repository has been archived by the owner on May 17, 2024. It is now read-only.
Releases: dotnet/try-convert
Releases · dotnet/try-convert
Preview Release v0.2.50801
Disclaimer
As with all previous releases, this is not a supported Microsoft product. See here for more info: https://github.com/dotnet/try-convert/tree/0.2.51601#support-policy
Major changes
- Excludes projects kinds that can never properly convert to .NET Core (like legacy Web projects)
- Adds support for converting MSTest Unit Test projects
- Various bug fixes and general usability improvements
How To Install
- Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
- Download the
try-convert.0.2.50801.nupkg
file included in this release - Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.50801 --add-source \\Path\To\Folder\With\Downloaded\Nuget\Package
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.1.50202
Disclaimer
As with all previous releases, this is not a supported Microsoft product. See here for more info: https://github.com/dotnet/try-convert/tree/0.2.51601#support-policy
How To Install
- Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
- Download the
try-convert.0.1.50202.nupkg
file included in this release - Install the tool using the following command.
dotnet tool install -g try-convert --version 0.1.50202 --add-source \\Path\To\Folder\With\Downloaded\Nuget\Package
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert