I have a project targeting framework of .net6.0. I want to upgrade to ef 7.0.0 from ef6.0.0. In my solution, I have a separate project for functionApps. There I am getting an error "Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
".
As I have to upgraded to ef 7.0.0, all the dependencies should be at 7.0.0. As per this link, Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=5.0.0.0 in Azure Functions, I cannot downgrade the version. Below is the function app error screenshot.