Hi Team,
We are working on a .Net Core 3.1 project and using .Net CLI commands to run it. The machine on which we are running has a dependency on .Net 6 as well. Even though we are explicitly specifying the target framework as 3.1 in the csproj , it is showing some errors related to the new changes in .Net 6 as below
Found multiple publish output files with the same relative path:
We are able to fix the issue.
Just wondering why the dlls using .Net 6 even though we specifically asked to use .Net 3