PCL Content Importer building errors

Has anyone seem to ran into issues with the pipeline tool not able to import Newtonsoft.Json library’s?

I cannot get this thing to find the DLL and it just errors with the following not found exception –
System.Exception: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, etc.

Odd thing is I have no idea where it is trying to find that version as it is NOT the version that is linked in my “Monogame Content Importer Library” or even the "Game’’ as those are all referencing v11.0.2 and is also the version I am linking in the Pipeline tool as well.

I am linking these with absolute paths also if that is somehow an issue (which I dont see how they would have wrote it to not allow that…)

Any help would be greatly appreciated.

Thanks