I think the intent from Epicor is to use the REST API for integrations. I’m not aware of anyone using the .NET Core .DLLs for integration like we used to do with the .NET Framework ones.
One nice thing about using the REST API is that you are disconnected from version changes, so forced updates are less frequent. Only necessary if the data schema or method parameters change.