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

System.ServiceModel.* nuget packages missing portable RID assets #2531

Closed
safern opened this issue Jan 31, 2018 · 3 comments
Closed

System.ServiceModel.* nuget packages missing portable RID assets #2531

safern opened this issue Jan 31, 2018 · 3 comments

Comments

@safern
Copy link
Member

safern commented Jan 31, 2018

When you take a dependency on any of the ServiceModel packages, if you try to publish for a portable RID (only tried in windows: win-x86, win-x64) the dlls are not present in the published closure.

System.ServiceModel.Duplex, 4.1.0.0
        Missing: System.Private.ServiceModel, 4.1.2.1
System.ServiceModel.Http, 4.1.2.0
        Missing: System.Private.ServiceModel, 4.1.2.1
System.ServiceModel.NetTcp, 4.1.2.0
        Missing: System.Private.ServiceModel, 4.1.2.1
System.ServiceModel.Primitives, 4.2.0.0
        Missing: System.Private.ServiceModel, 4.1.2.1
System.ServiceModel.Security, 4.0.3.0
        Missing: System.Private.ServiceModel, 4.1.2.1

cc: @weshaggard @zhenlan

@zhenlan
Copy link
Member

zhenlan commented Jan 31, 2018

@safern, is this the same issue as #2349?

We did not go back and fix this in released versions, but this is fixed in v2.1.

@safern
Copy link
Member Author

safern commented Jan 31, 2018

Ah, yes it is the same issue. Didn't see it was open. Perfect, whenever the v2.1 is released let me know so that we can update the compatibility package dependency.

@safern safern closed this as completed Jan 31, 2018
@zhenlan
Copy link
Member

zhenlan commented Jan 31, 2018

Sure. Thanks.

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