While I was upgrading some of my libraries from .net core 3.1 to .net 6.0 I got this error C:\Program Files\dotnet\sdk\3.1.302\Microsoft.Common.CurrentVersion.targets(1655,5): error : Project 'MyProject.csproj' targets 'net6.0'. It cannot be referenced by a project that targets '.NETFramework,Version=v6.0'. [c:\MyProject.csproj] At first this really threw me as .Net Framework 6.0 didn’t exist…