I am getting this error
mscorlib: Could not load file or assembly 'Microsoft.Azure.WebJobs, Version=3.0.2.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxx' or one of its dependencies. The system cannot find the file specified.
while running azure function application on VS2019. I have added packages for Microsoft.Azure.WebJobs.Core & Microsoft.Azure.WebJobs.Extensions.DurableTask. Also have updated all references to latest version.