After removing support for .NET Standard, references to System.Security.Cryptography.Cng were removed but one was left in the ref project:
|
<PackageReference Include="System.Security.Cryptography.Cng" Version="$(SystemSecurityCryptographyCngVersion)" /> |
This should be removed.
Once done, #2048 can be closed.