diff --git a/src/SMAPI/Framework/ModLoading/ModMetadata.cs b/src/SMAPI/Framework/ModLoading/ModMetadata.cs
index 0d89fd20..17e6d59a 100644
--- a/src/SMAPI/Framework/ModLoading/ModMetadata.cs
+++ b/src/SMAPI/Framework/ModLoading/ModMetadata.cs
@@ -20,7 +20,7 @@ namespace StardewModdingAPI.Framework.ModLoading
private ModWarning ActualWarnings = ModWarning.None;
/// The mod IDs which are listed as a requirement by this mod. The value for each pair indicates whether the dependency is required (i.e. not an optional dependency).
- private Lazy> Dependencies;
+ private readonly Lazy> Dependencies;
/*********