From 7826471e555a8f305951673b6662bc4ae6902ecb Mon Sep 17 00:00:00 2001 From: Arne Kiesewetter Date: Sat, 27 Jul 2024 20:43:11 +0200 Subject: [PATCH] Update Zio dependency --- MonkeyLoader/Configuration/SingletonExpandoConfigSection.cs | 2 +- MonkeyLoader/MonkeyLoader.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MonkeyLoader/Configuration/SingletonExpandoConfigSection.cs b/MonkeyLoader/Configuration/SingletonExpandoConfigSection.cs index 981c534..d170f71 100644 --- a/MonkeyLoader/Configuration/SingletonExpandoConfigSection.cs +++ b/MonkeyLoader/Configuration/SingletonExpandoConfigSection.cs @@ -17,7 +17,7 @@ public abstract class SingletonExpandoConfigSection : ExpandoCon where TConfigSection : SingletonExpandoConfigSection { /// - /// Gets this singleton 's instance. + /// Gets this singleton 's instance. /// public static TConfigSection Instance { get; private set; } = null!; diff --git a/MonkeyLoader/MonkeyLoader.csproj b/MonkeyLoader/MonkeyLoader.csproj index f1f0ca6..47aa6e0 100644 --- a/MonkeyLoader/MonkeyLoader.csproj +++ b/MonkeyLoader/MonkeyLoader.csproj @@ -95,7 +95,7 @@ True - + True