trying to add dependency injection into .net core 3.1 azure function. Adding Microsoft.Azure.Functions.Extensions includes Microsoft.Extensions.DependencyInjection version 5.0.1 This throws an error - Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
i dont know how to resolve this. i cannot downgrade DependencyInjection to version 3.xxx as it is part of the extensions package.