autofac / Autofac.ServiceFabric

Autofac integration for Azure Service Fabric. Provides service factory implementations for Actors, Stateful Services and Stateless Services.
MIT License
26 stars 27 forks source link

Publish nuget package with support of Service Fabric > 3.0.0 #28

Closed fcastellscha closed 6 years ago

fcastellscha commented 6 years ago

We cannot upgrade to the latest Service Fabric packages, because we get the following error:

Unable to resolve dependencies. 'Microsoft.ServiceFabric.Actors 3.0.456' is not compatible with 'Autofac.ServiceFabric 1.1.0 constraint: Microsoft.ServiceFabric.Actors (>= 2.4.164 && < 3.0.0)'.

snaits commented 6 years ago

This is under way, see issue #27 - I've tried the myget build, it works very well 👍

fcastellscha commented 6 years ago

Close as duplicate of #27