This repository has been archived by the owner on May 17, 2024. It is now read-only.
Preview Release v0.7212202
Pre-release
Pre-release
Disclaimer
As with all previous releases, this is not a supported Microsoft product. See here for more info: https://github.com/dotnet/try-convert#support-policy
Changelog
- Add
ImportWindowsDesktopTargets=true
for desktop converted projects to support multi-targeting againstnet5.0-windows
and .NET Framework by @twsouthwick - Support converting a project even if it has custom imports by @mjrousos
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert