<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.2" />

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(); } }