<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-rc.1.26425.128" />

System.Diagnostics.CodeAnalysis.ExperimentalAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class ExperimentalAttribute : Attribute { public string DiagnosticId { get; } public string Message { get; set; } public string UrlFormat { get; set; } public ExperimentalAttribute(string diagnosticId); } }