diff --git a/src/ImageSharp.Web/Middleware/ImageSharpMiddlewareOptions.cs b/src/ImageSharp.Web/Middleware/ImageSharpMiddlewareOptions.cs index a6c40a2a..98cbbbd5 100644 --- a/src/ImageSharp.Web/Middleware/ImageSharpMiddlewareOptions.cs +++ b/src/ImageSharp.Web/Middleware/ImageSharpMiddlewareOptions.cs @@ -2,6 +2,7 @@ // Licensed under the Apache License, Version 2.0. using System; +using System.Globalization; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.IO; @@ -61,7 +62,7 @@ public class ImageSharpMiddlewareOptions /// Gets or sets a value indicating whether to use culture-independent (invariant) /// conversion when converting commands. /// If set to the will use - /// the current thread culture. + /// the . /// public bool UseInvariantParsingCulture { get; set; } = true;