andrew's answer helped me find what worked in my csproj file.
I just needed to remove <Private>False</Private> in the package references in my csproj file and it all started working.
<Private>False</Private>