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.Federation package doesn't support .NET Standard in 8.1.0 #5698

Closed
wrall opened this issue Nov 22, 2024 · 0 comments · Fixed by #5703
Closed

System.ServiceModel.Federation package doesn't support .NET Standard in 8.1.0 #5698

wrall opened this issue Nov 22, 2024 · 0 comments · Fixed by #5703
Assignees
Labels

Comments

@wrall
Copy link
Contributor

wrall commented Nov 22, 2024

Describe the bug
Through version 4.10.3, System.ServiceModel.Federation package supported a netstandard2.0 target, allowing it to be used by .NET Framework and .NET Core targets alike. There is no such target in the version 8.1.0 which was intended to reintroduce support for .NET Standard.

To Reproduce

  1. Create a project that targets net472, net6.0, net8.0.
  2. Add System.ServiceModel.Federation package reference.
  3. Add code that uses System.ServiceModel.Federation classes.

Expected behavior
Project compiles/builds for all net472, net6.0, net8.0 targets.

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

Successfully merging a pull request may close this issue.

3 participants