Service Fabric ASP.NET Core could not load file or assembly ServiceFabricServiceModel

After adding a reference to retrieve a Service Fabric Actor to my ASP.NET Core Web API project I got the following error when making the call to create the actor using IMyActor actor = ActorProxy.Create<IMyActor>(actorId, serviceuri);:

Continue Reading at: Service Fabric ASP.NET Core could not load file or assembly ServiceFabricServiceModel

Source: https://jamessturtevant.com