From 153230b914aa9853fe51584b070fa60fb380c1c5 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 15 Dec 2019 19:42:41 -0600 Subject: [PATCH] Added conditional compilation for ISet --- IPA.Loader/Config/Stores/CollectionConverter.cs | 2 ++ 1 file changed, 2 insertions(+) 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 .