I am getting following warnings when I build Web API project B which targets .netCore 3.1 on local.
The Packages named in warnings are referenced within Project A (source) which also targets .netcore 3.1.
The nuget package of project A is created and is referenced in project B.But when I build project B I get warnings mentioned in the image.
I have tried updating the packages in Project A and then referencedagain in Project B as a nuget package but still the same issue.