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
Turn off full signing on non-Windows platforms (#566)
Full Signing doesn't work on some platforms (eg RHEL 9, which disables
RSA+SHA1 which Full Signing needs). Full Signing is also really on
required for .NET Framework support. It should not be needed on modern
.NET (5 and later).
More details at dotnet/runtime#65874
0 commit comments