<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="11.0.0-preview.3.26207.106" />

Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute

Specifies the parameter to inject the key that was used for registration or resolution.
namespace Microsoft.Extensions.DependencyInjection { public class ServiceKeyAttribute : Attribute { public ServiceKeyAttribute(); } }