I am trying to run SGEN against one of dlls. I am getting error:
"error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.".
But netstandard dll in matching version is already referenced in csproj, and also passed as command parameter. Dll is ".NET Framework 4.7.2". Same command works against some other dlls in solution.
What might be causing it?