diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index 57c8d4df0..619f4e902 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -45,11 +45,12 @@ <!-- We added Span-based variant methods to several APIs. Code that uses those methods or implements the - affected interfaces (or abstract classes) will not be backward compatible. + affected interfaces (or abstract classes) will not be backward compatible. There are also several + methods in DotNetUtilities dealing with ECDsa which is only available from net47. - TODO: Use suppressions for each individual case of a Span-based method. + TODO: Use suppressions for each individual case of version-dependent methods. --> - <NoWarn>$(NoWarn);CP0005;CP0006</NoWarn> + <NoWarn>$(NoWarn);CP0002;CP0005;CP0006</NoWarn> <RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild> </PropertyGroup> |