Description
Durable Functions Monitor extension has been working fine for me since I installed it until for an unrelated issue, I updated my Azure Function Core Tools and probably dotnet versions (I tried a bunch of things, I don't remember all that I did), and now I get this error every time I try to open a Durable Function:
Func: Could not load file or assembly 'Microsoft.Extensions.Configuration.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
Current dotnet SDK version: 9.0.203
Current Core Tools version: 4.0.7030
Note: I also have dotnet SDK 6.0.428 installed and I tried to make the extension point to that one using a global.json file but that did not seem to work. Also tried to run different backends, to always end up with that same error. I am out of ideas, any suggestion will be appreciated.