I am using aspnet core 3.0 and azure function v3-preview with system.data.sqlclient version 4.7.0 When i try to run azure function(on both service queue trigger
It worked for me by adding below code in csproj file :
This line should be taking care of that:
reference : github