Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Microsoft.ServiceFabric.* 4.1.409 #112

Open
daliran opened this issue May 14, 2020 · 1 comment
Open

Support for Microsoft.ServiceFabric.* 4.1.409 #112

daliran opened this issue May 14, 2020 · 1 comment

Comments

@daliran
Copy link

daliran commented May 14, 2020

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?

@yantang-msft
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants