From 14b9548f8a6f48b942e0b493dcc557afacd17326 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 31 May 2003 19:13:17 +0000 Subject: update svn path=/trunk/mcs/; revision=15035 --- mcs/class/README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mcs/class/README') diff --git a/mcs/class/README b/mcs/class/README index 97382f10b20..fa83397fdf4 100644 --- a/mcs/class/README +++ b/mcs/class/README @@ -37,6 +37,12 @@ the restricted dll found in the same directory. throw new NotImplementedException (); } +* Supporting both .NET 1.1 and .NET 1.0 builds + + Use #ifdef NET_1_1 for code that should only be included for + a .NET 1.1 build, and NET_1_0 for code that should only be included + for a 1.0 build. + * Tagging buggy code If there is a bug in your implementation tag the problem by using -- cgit v1.2.3