Remove redundant AddOptions which is now a default hosting service
This commit is contained in:
parent
c304984a8d
commit
c0800bea9f
|
|
@ -149,7 +149,6 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||||
|
|
||||||
private static void ConfigureDefaultServices(IServiceCollection services)
|
private static void ConfigureDefaultServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
services.AddOptions();
|
|
||||||
services.AddRouting();
|
services.AddRouting();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue