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

System.Runtime.AssemblyTargetedPatchBandAttribute

namespace System.Runtime { public sealed class AssemblyTargetedPatchBandAttribute : Attribute { public string TargetedPatchBand { get; } public AssemblyTargetedPatchBandAttribute(string targetedPatchBand); } }