<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.7.26381.103" />

System.Diagnostics.CodeAnalysis.ExperimentalAttribute

Indicates that an API is experimental and it may change in the future.
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); } }