From b507b34cab0890b3b7310876bd919b48931cab99 Mon Sep 17 00:00:00 2001 From: william-keller Date: Thu, 18 Jun 2020 23:00:57 -0300 Subject: [PATCH] Update Startup.cs --- src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs index d944ca3eb..7a48e93ed 100644 --- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs +++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs @@ -100,7 +100,6 @@ namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator public static class ServiceCollectionExtensions { - [Obsolete] public static IServiceCollection AddCustomMvc(this IServiceCollection services, IConfiguration configuration) { services.AddOptions();