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
I moved Evidence down to System.Security.AccessControl earlier this release since this broke the dependency from System.Security.Cryptography.Xml on System.Security.Permissions. 663c40d
Dependencies on System.Security.Permissions are undesired as that package is entirely legacy and has other unrelated dependencies (SystemEvents, Drawing, Windows.Extensions).
I suggest we bring back just the System.Security.AccessControl package in order to move this type in the netstandard2.0 reference, so that we can avoid the dependency on System.Security.Permissions in this package. We can remove that package in net7.0.