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
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: