I have a .NET Standard 2.0 library which defines EF entities and Views, and it is referenced by some other .NET Core 2.0 and .NET Framework 4.7.1 projects without problems. But I'm not able to do the same with a WCF 4.7.1 one, using VS 2017, which returns these views. Error:
"Couldn't get dependencies for reference project"
What is the solution for this?
EDIT: Actually I just noticed I can't reference ANY library. It seems it got nothing to do with .NET Standard.