You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option to convert a project from the old format to the sdk-style format without changing its target framework.
Motivation and goals
I have a project which targets .NET 4.8 It is of the old format, and I'd like to convert it to the new sdk-style project. I do not want to switch to NetStandard or .NET 5+ in one go. But I want to have the benefits of manually editable proj file.
The text was updated successfully, but these errors were encountered:
You can use the legacy version of the upgrade-assistant in version 0.4.421302, see here for more details.
We also upgrade in two steps our solutions. In the first step, we upgrade to the new SDK style, then we try to remove all the unsupported libraries and upgrade to .net standard 2.0 or .net 6.
Summary
There should be an option to convert a project from the old format to the sdk-style format without changing its target framework.
Motivation and goals
I have a project which targets .NET 4.8 It is of the old format, and I'd like to convert it to the new sdk-style project. I do not want to switch to NetStandard or .NET 5+ in one go. But I want to have the benefits of manually editable proj file.
The text was updated successfully, but these errors were encountered: