I need to use SqlFunctions and I have a dependency to EF5.
In EF5 I can't find the System.Data.Entity.SqlServer namespace, (I searched for it in Syste.Data.Entity assembly).
If I migrate to EF6 I can find it, but for my project I can't migrate (I have transitive dependencies coming from other projects).
How can I use SqlFunctions in EF5?