I've a nuget reference to System.Text.Json 7.0.1
in a in-process Azure function, targeting
.NET 6
When starting the function locally I got a runtime error,
Could not load file or assembly 'System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
What is the problem? Is it due to the fact that the function is running in-process?