From c4d14c05c983e1b89caa038ae968699ffd57f315 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 11 Jan 2022 15:36:30 +1100 Subject: [PATCH] Update Configuration.cs --- src/ImageSharp/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Configuration.cs b/src/ImageSharp/Configuration.cs index 241946b6d8..3e021dda8d 100644 --- a/src/ImageSharp/Configuration.cs +++ b/src/ImageSharp/Configuration.cs @@ -124,7 +124,7 @@ namespace SixLabors.ImageSharp /// /// Gets or the that is currently in use. /// - public ImageFormatManager ImageFormatsManager { get; } = new ImageFormatManager(); + public ImageFormatManager ImageFormatsManager { get; private set; } = new ImageFormatManager(); /// /// Gets or sets the that is currently in use.