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

try-convert converting .net 4.7.2 to netstandard2.0 target framework when selecting .NET Core SDK as option #422

Open
it2008018 opened this issue Nov 23, 2021 · 0 comments

Comments

@it2008018
Copy link

I have an old project which currently exists in V4.7.2 target framework and I am trying to convert it to .net5.0 target framework with try-convert. when I run try-convert it completes the conversion successfully without any warnings/errors. However, after conversion, the projects convert to netstandard2.0 target framework and not net5.0-windows. I also have run analyzer and it says it's fully compatible for upgrade.
Any suggestion on what can be wrong and need to be changed in order to convert the project to .net core? This project doesn't contains any WCF/WPF etc files, all I have is simple classes for business logic. I also have tried to convert the same kind of sample project and that converts correctly to net5.0-windows target framework.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant