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):
- Microsoft.ServiceFabric.Diagnostics.Internal: 4.1.409
- Microsoft.ServiceFabric.Services: 4.1.409
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?
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?