Hi guys, I am upgrading a old solution from .net core 3.1 to 6.0 and I am facing some issues, not sure if I am going about it in the right way.
I have changed the TargetFramework in the projects of the solution to
<TargetFramework>netcoreapp6.0</TargetFramework>
and
<TargetFramework>netstandard6.0</TargetFramework>
I have about 21 errors right now in the solution similar to this:
Error NU1201 Project projectName is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Project projectName supports: netstandard6.0 (.NETStandard,Version=v6.0) projectName D:\dev\projectName.FunctionalTest.csproj
Best Regards