diff --git a/IPA.Loader/Config/Stores/CollectionConverter.cs b/IPA.Loader/Config/Stores/CollectionConverter.cs
index 5b91ef5e..b43b426a 100644
--- a/IPA.Loader/Config/Stores/CollectionConverter.cs
+++ b/IPA.Loader/Config/Stores/CollectionConverter.cs
@@ -102,6 +102,7 @@ namespace IPA.Config.Stores.Converters
public CollectionConverter() : base(new TConverter()) { }
}
+#if NET4
///
/// A for an , creating a when deserializing.
///
@@ -145,6 +146,7 @@ namespace IPA.Config.Stores.Converters
///
public ISetConverter() : base(new TConverter()) { }
}
+#endif
///
/// A for a .