Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Preview Release v0.6.151301

Pre-release
Pre-release
Compare
Choose a tag to compare
@cartermp cartermp released this 13 Oct 17:35

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

  • Bump minor version to 0.6
  • Support .NET 5 as a conversion target for supported app types
  • Target highest-possible TFM based on installed SDK (-preview will choose latest preview TFM available)
  • Target .NET Standard 2.0 for class libraries by default
  • Print all unexpected Import declarations when they are found, and show the required ones
  • Fix a bug where some duplicate PropertyGroup declarations could be made
  • Notify users when we find a App.config and let them know that it needs to be rewritten

How To Install

  1. Be on a Windows machine and have the latest .NET Core SDK (get it here)
  2. Install the tool using the following command.
dotnet tool install -g try-convert

How To Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert