This was fixed by introducing the following to the .CSPROJ file within the <Project> tag:
******************************************************
https://stackoverflow.com/a/70591425
******************************************************
<ItemDefinitionGroup>
<ReferencePath>
<CopyLocal>false</CopyLocal>
</ReferencePath>
</ItemDefinitionGroup>
******************************************************
HTH.