diff --git a/examples/AspNetCoreExample/Startup.cs b/examples/AspNetCoreExample/Startup.cs index c8149e3..166dbf2 100644 --- a/examples/AspNetCoreExample/Startup.cs +++ b/examples/AspNetCoreExample/Startup.cs @@ -51,6 +51,7 @@ public Startup(IConfiguration configuration, ILogger logger) public void ConfigureServices(IServiceCollection services) { services.AddMvc(); + services.AddHttpClient(); } // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.