I'm migrating an on-premise solution to Azure Service Fabric. This application is composed basically with a Asp Net Site and a .Net Windows Service backend. The Asp Net Site was relativally easy to migrate to an Asp Net Core stateless service, the windows Service I'm moving it to a .Net Framework (4.7.2) stateless service (It has to much code to move to .Net Core). But I can't figure it out how to consume this .Net Framework sateless service from the new Asp Net Core service. It's that posible (I mean consume .Net Framework service from .Net Core service)? How can I do that ?