I created a new ASP.Net site, added a WCF Data Service class, connected to database, all working.
I tested on WPF I can add this Service Reference without problem.
The problem is when I try to connect to this WCF Data Service from UWP, the add service reference to a WCF Data Service 5.6.4, then this error appears:
Data service client code-generation failed. Specified Windows Store Framework '.NETCore,Version=v5.0' is not supported. Only .NETCore 4.5 and above is supported.
On WPF it works as expected. Why on UWP it does not work as expected? What is the problem?