I have one Web API application,Added System.buffer reference 4.0.3.0.
When we call this project from another project from the same solution it's working fine.
But when I refer to this project reference in Azure function - It's throwing following error.
I have tried to make changes by changing versions but no luck.
In Azure function, we are just referencing project.
<TargetFramework>net462</TargetFramework>