[Mono-dev] [PATCH] System.Net.Sockets.TcpListener 2.0 Updates

Miguel de Icaza miguel at ximian.com
Thu Jul 27 11:05:54 EDT 2006


Hello,

> The patch raises one issue for me - shouldn't we define 'NET_1_1' in
> 'NET_2_0' projects?
> There are a lot of '#if NET_1_1' scattered around in the code that I'd
> believe behave the same way in the context of 2.0 - they usually refer
> to functionality added in the .Net 1.1 release.

The NET_1_1 is defined when building NET_2_0, the idea behind that
define was to add the APIs that were not part of .NET 1.0

The original idea is that we would support 1.0, 1.1 and "next" (next
became 2.0);   But since 1.1 is backwards compatible with 1.0, we never
actually shipped a 1.0 profile.


Miguel.



More information about the Mono-devel-list mailing list