You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a project that targets net472, net6.0, net8.0.
Add System.ServiceModel.Federation package reference.
Add code that uses System.ServiceModel.Federation classes.
Expected behavior
Project compiles/builds for all net472, net6.0, net8.0 targets.
The text was updated successfully, but these errors were encountered:
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
Expected behavior
Project compiles/builds for all net472, net6.0, net8.0 targets.
The text was updated successfully, but these errors were encountered: