<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Runtime.CompilerServices.IStrongBox

public interface IStrongBox
namespace System.Runtime.CompilerServices { public interface IStrongBox { object Value { get; set; } } }