A .NET 4.8 ASP.NET MVC project failed due to a System.Object reference error when integrating a .NET Standard 2.0 project. Initial attempts to fix this by manually editing the csproj file and setting the netstandard reference with Copy Local=true worked locally but not on a colleague's machine. The final solution involved
Sort: