Skip to content

System.ServiceModel.Federation depends on deprecated Microsoft.IdentityModel.Protocols.WsTrust package #5938

@vgriph

Description

@vgriph

Describe the bug
When using the System.ServiceModel.Federation nuget package, it adds a reference to an out of support, deprecated nuget package: Microsoft.IdentityModel.Protocols.WsTrust, which makes the System.ServiceModel.Federation unusable for scenarios where it is mandated that all dependencies are under active support.

To Reproduce
Steps to reproduce the behavior:

  1. dotnet new classlib
  2. dotnet add package System.ServiceModel.Federation
  3. dotnet list package --deprecated --include-transitive

This outputs

Project test has the following deprecated packages
[net10.0]:
Transitive Package Resolved Reason(s) Alternative
Microsoft.IdentityModel.Protocols.WsTrust 6.8.0 Legacy

Expected behavior
No deprecated transitive dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions