After migrating to Azure Functions V3 cannot compile and run project anymore
Steps to reproduce
Create new HTTP Trigger function
Update project and include reference to Microsoft.AspNetCore.App
<ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App" /> </ItemGroup>
Compile project
Stack Trace
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.Mvc.Abstractions, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot…
Top comments (2)
Hard to tell from just the error without context. Have you tried adding that with the package manager?
Here is some context:
Develop Azure Functions using .NET Core 3.0
Jeff Hollan ・ Oct 17 ・ 4 min read