From 746650d1b93114b60feb155c2ee778a9e16ccb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 26 Sep 2014 14:43:36 +0200 Subject: [bcl] Remove more NET_2_0 checks from class libs --- .../System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs') diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs index 6a30f6fbaa8..631e38653f1 100644 --- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs @@ -27,7 +27,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 && SECURITY_DEP +#if SECURITY_DEP using System; using System.Collections; -- cgit v1.2.3