You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version
AzureFuntionTools 4.91.0-inprocess
Windows 11
.NET 8
Azure function V4 in-process model
Description
Error during Azure function startup
System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Extensions.DependencyModel, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.'
Serilog.AspNetCore 8.0.2 depends on Microsoft.Extensions.DependencyModel 8.0.1
Version
AzureFuntionTools 4.91.0-inprocess
Windows 11
.NET 8
Azure function V4 in-process model
Description
Error during Azure function startup
System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Extensions.DependencyModel, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.'
Serilog.AspNetCore 8.0.2 depends on Microsoft.Extensions.DependencyModel 8.0.1
Steps to reproduce
Run Azure function locally
FunctionApp1.zip
Startup.cs
csproj
Simple HTTP trigger
The text was updated successfully, but these errors were encountered: