diff --git a/src/Microsoft.AspNet.Authorization/ServiceCollectionExtensions.cs b/src/Microsoft.AspNet.Authorization/ServiceCollectionExtensions.cs index 92f93fe1a3..d0a60edf2e 100644 --- a/src/Microsoft.AspNet.Authorization/ServiceCollectionExtensions.cs +++ b/src/Microsoft.AspNet.Authorization/ServiceCollectionExtensions.cs @@ -14,7 +14,7 @@ namespace Microsoft.Framework.DependencyInjection { services.AddOptions(); services.TryAdd(ServiceDescriptor.Transient()); - services.AddTransient(); + services.TryAddEnumerable(ServiceDescriptor.Transient()); return services; }