How to change the .NET dependency
I have changed the project to .NET 8:
However, in the dependencies it still shows .net 4.:
Where does this come from? Why is it so unbelievable difficult to change from .NETFramework to .NETCore? Could we please have a migrate feature?
Please sign in to leave a comment.
There are a number of differences between the .NET Framework and .NET Core projects. Just changing TargetFramework is not enough.
I suggest trying with the official upgrade assistant to migrate the solution first.