You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm working with the Microsoft.ServiceFabric.* packages version 4.1.409 using ASP.NET Core 3.1 and the latest version of your library (2.3.1) is not compatible due to some internal dependencies on Microsoft.ServiceFabric.* packages version 3.3 (I think Microsoft.ServiceFabric.Services.Remoting).
In order to make that work I forced to use the following versions in my project file (as suggested by Visual Studio):
@daliran This is the common issue we received, e.g., #108
But we don't want to keep us tied to the ServiceFabric nuget releases as explained in other threads.
Hi,
I'm working with the Microsoft.ServiceFabric.* packages version 4.1.409 using ASP.NET Core 3.1 and the latest version of your library (2.3.1) is not compatible due to some internal dependencies on Microsoft.ServiceFabric.* packages version 3.3 (I think Microsoft.ServiceFabric.Services.Remoting).
In order to make that work I forced to use the following versions in my project file (as suggested by Visual Studio):
Now I'm able to build but I'm still receiving warnings because of the versions mismatch.
Can you update your internal dependencies to support the latest Microsoft.ServiceFabric.* nuget packages?
The text was updated successfully, but these errors were encountered: