We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42cfa2 commit e700afaCopy full SHA for e700afa
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -233,7 +233,6 @@ public void ConfigureServices(IServiceCollection services)
233
{
234
options.AllowSynchronousIO = true;
235
});
236
- services.AddDistributedMemoryCache();
237
services.AddLogging(builder => builder.AddConsole());
238
services.Configure<FormOptions>(Config.ConfigRoot.GetSection("FormOptions"));
239
services.PostConfigure<FormOptions>(options =>
0 commit comments